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 LogContext
TextFragment. logger
Access to logging facilities.protected static LogContext
TextUtilities. logger
Access to logging facilities. -
Uses of LogContext in org.jfree.util
Methods in org.jfree.util that return LogContext Modifier and Type Method Description static LogContext
Log. createContext(Class context)
Creates a log context.static LogContext
Log. createContext(String context)
Creates a log context.protected LogContext
Log. internalCreateContext(String context)
Creates a log context.
-