Uses of Interface
org.webmacro.util.LogTarget

Packages that use LogTarget
org.webmacro.servlet   
org.webmacro.util   
 

Uses of LogTarget in org.webmacro.servlet
 

Classes in org.webmacro.servlet that implement LogTarget
 class ServletLog
           
 

Uses of LogTarget in org.webmacro.util
 

Classes in org.webmacro.util that implement LogTarget
 class AbstractLogFile
          Abstract base class which implements most of the LogTarget interface, to make it easier to write new log targets that plug into WM.
 class LogFile
           
 

Methods in org.webmacro.util that return LogTarget
 LogTarget LogTargetFactory.createLogTarget(Broker broker, java.lang.String classname, Settings settings)
          Creates a new org.webmacro.util.LogTarget
 

Methods in org.webmacro.util with parameters of type LogTarget
 void LogSystem.addTarget(LogTarget t)
          Add a new LogTarget to the LogSystem.
 void LogSystem.removeTarget(LogTarget t)
          Remove a LogTarget from the LogSystem.
 void LogSystem.update(LogTarget target, java.lang.String type)
          LogTarget should call this method to notify LogSystem that conditions have changed and that the subscribe() method on LogTarget may now return a different value.