Uses of Interface
org.apache.rat.utils.Log
Packages that use Log
-
Uses of Log in org.apache.rat.utils
Classes in org.apache.rat.utils that implement LogModifier and TypeClassDescriptionfinal class
A default implementation of Log that writes toSystem.out
andSystem.err
.Methods in org.apache.rat.utils that return LogModifier and TypeMethodDescriptionstatic Log
DefaultLog.createDefault()
Creates a new instance of the default log.static Log
DefaultLog.getInstance()
Retrieves teh DefaultLog instance.static Log
DefaultLog.setInstance
(Log newInstance) Sets the default log instance.Methods in org.apache.rat.utils with parameters of type LogModifier and TypeMethodDescriptionstatic Log
DefaultLog.setInstance
(Log newInstance) Sets the default log instance.