JCommon 1.0.17-redhat-2

Uses of Interface
org.jfree.util.LogTarget

Packages that use LogTarget
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
 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
 class PrintStreamLogTarget
          A log target that sends output to a PrintStream.
 

Methods in org.jfree.util that return LogTarget
 LogTarget[] Log.getTargets()
          Returns the registered logtargets.
 

Methods in org.jfree.util with parameters of type LogTarget
 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.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.