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 void
DefaultLog. 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 class
PrintStreamLogTarget
A log target that sends output to aPrintStream
.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 void
Log. addTarget(LogTarget target)
Adds a log target to this facility.void
Log. removeTarget(LogTarget target)
Removes a log target from this facility.void
Log. replaceTargets(LogTarget target)
Replaces all log targets by the given target.
-