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 classDefaultLogA 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 LogLog. singletonthe singleton instance of the Log system.Methods in org.jfree.util that return Log Modifier and Type Method Description static LogLog. getInstance()Returns the singleton Log instance.Methods in org.jfree.util with parameters of type Log Modifier and Type Method Description protected static voidLog. defineLog(Log log)Redefines or clears the currently used log instance.
-