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 TypeClassDescriptionclassA default implementation of Log that writes toSystem.outandSystem.err.Methods in org.apache.rat.utils that return LogModifier and TypeMethodDescriptionstatic LogDefaultLog.createDefault()Creates a new instance of the default log.static LogDefaultLog.getInstance()Retrieves the DefaultLog instance.static LogDefaultLog.setInstance(Log newInstance)Sets the default log instance.Methods in org.apache.rat.utils with parameters of type LogModifier and TypeMethodDescriptionstatic LogDefaultLog.setInstance(Log newInstance)Sets the default log instance.