Uses of Class
org.webmacro.util.LogSystem

Packages that use LogSystem
org.webmacro   
org.webmacro.util   
 

Uses of LogSystem in org.webmacro
 

Fields in org.webmacro declared as LogSystem
protected  LogSystem Broker._ls
           
 

Uses of LogSystem in org.webmacro.util
 

Methods in org.webmacro.util that return LogSystem
static LogSystem LogSystem.getInstance()
          Get the global, system-wide, default log system
static LogSystem LogSystem.getInstance(java.lang.String category)
          Return the log-system with the specified category
 

Methods in org.webmacro.util with parameters of type LogSystem
 void AbstractLogFile.addObserver(LogSystem ls)
           
 void AbstractLogFile.removeObserver(LogSystem ls)
           
 void LogTarget.addObserver(LogSystem ls)
          A LogSystem will register itself though this method in order to detect changes to the LogTarget.
 void LogTarget.removeObserver(LogSystem ls)
          A LogSystem may remove itself through this method if it de-registeres the LogTarget.