Uses of Class
org.jfree.util.LogContext
-
Packages that use LogContext Package Description org.jfree.text Utility classes relating to text.org.jfree.util General utility classes. -
-
Uses of LogContext in org.jfree.text
Fields in org.jfree.text declared as LogContext Modifier and Type Field Description protected static LogContextTextFragment. loggerAccess to logging facilities.protected static LogContextTextUtilities. loggerAccess to logging facilities. -
Uses of LogContext in org.jfree.util
Methods in org.jfree.util that return LogContext Modifier and Type Method Description static LogContextLog. createContext(java.lang.Class context)Creates a log context.static LogContextLog. createContext(java.lang.String context)Creates a log context.protected LogContextLog. internalCreateContext(java.lang.String context)Creates a log context.
-