Uses of Interface
org.jfree.util.LogTarget
-
Packages that use LogTarget Package Description org.jfree.base.log org.jfree.util General utility classes. -
-
Uses of LogTarget in org.jfree.base.log
Methods in org.jfree.base.log with parameters of type LogTarget Modifier and Type Method Description voidDefaultLog. addTarget(LogTarget target)Adds a log target to this facility. -
Uses of LogTarget in org.jfree.util
Classes in org.jfree.util that implement LogTarget Modifier and Type Class Description classPrintStreamLogTargetA log target that sends output to aPrintStream.Fields in org.jfree.util declared as LogTarget Modifier and Type Field Description private LogTarget[]Log. logTargetsStorage for the log targets.Methods in org.jfree.util that return LogTarget Modifier and Type Method Description LogTarget[]Log. getTargets()Returns the registered logtargets.Methods in org.jfree.util with parameters of type LogTarget Modifier and Type Method Description voidLog. addTarget(LogTarget target)Adds a log target to this facility.voidLog. removeTarget(LogTarget target)Removes a log target from this facility.voidLog. replaceTargets(LogTarget target)Replaces all log targets by the given target.
-