Class DefaultLog
java.lang.Object
org.apache.rat.utils.DefaultLog
- All Implemented Interfaces:
Log
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LogCreates a new instance of the default log.static LogRetrieves the DefaultLog instance.getLevel()Gets the level we are writing at.voidWrites a message at a specific log level.static LogsetInstance(Log newInstance) Sets the default log instance.voidSets the level.
-
Method Details
-
getInstance
Retrieves the DefaultLog instance.- Returns:
- the Default log instance.
-
setInstance
-
createDefault
Creates a new instance of the default log.- Returns:
- A new instance of the default log.
-
setLevel
-
getLevel
-
log
-