Uses of Class
org.jfree.util.Log
-
Packages that use Log Package Description org.jfree.base.log org.jfree.util General utility classes. -
-
Uses of Log in org.jfree.base.log
Subclasses of Log in org.jfree.base.log Modifier and Type Class Description class
DefaultLog
A default log implementation. -
Uses of Log in org.jfree.util
Fields in org.jfree.util declared as Log Modifier and Type Field Description private static Log
Log. singleton
the singleton instance of the Log system.Methods in org.jfree.util that return Log Modifier and Type Method Description static Log
Log. getInstance()
Returns the singleton Log instance.Methods in org.jfree.util with parameters of type Log Modifier and Type Method Description protected static void
Log. defineLog(Log log)
Redefines or clears the currently used log instance.
-