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 to System.out and System.errMethods in org.apache.rat.utils that return LogModifier and TypeMethodDescriptionstatic 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.