Uses of Interface
org.webmacro.Log

Packages that use Log
org.webmacro   
org.webmacro.engine   
org.webmacro.servlet   
org.webmacro.util   
 

Uses of Log in org.webmacro
 

Fields in org.webmacro declared as Log
protected  Log Broker._log
           
 

Methods in org.webmacro that return Log
 Log Broker.getLog(java.lang.String type, java.lang.String description)
          Get a log: the behavior of this log depends on the configuration of the broker.
 Log Broker.getLog(java.lang.String type)
          Shortcut: create a new log using the type as the description
 Log WM.getLog(java.lang.String type, java.lang.String description)
          Get a log to write information to.
 Log WM.getLog(java.lang.String type)
          Get a log using the type as the description
 Log Context.getLog(java.lang.String type, java.lang.String description)
          Get a log instance that can be used to write log messages into the log under the supplied log type.
 Log Context.getLog(java.lang.String type)
          Get a log instance that can be used to write log messages into the log under the supplied log type.
 Log WebMacro.getLog(java.lang.String type, java.lang.String description)
          Get a log to write information to.
 Log WebMacro.getLog(java.lang.String type)
          Get a log using the type as the description
 

Uses of Log in org.webmacro.engine
 

Fields in org.webmacro.engine declared as Log
protected  Log WMTemplate._log
          Where we log our errors
 

Uses of Log in org.webmacro.servlet
 

Methods in org.webmacro.servlet that return Log
 Log WMServlet.getLog(java.lang.String type, java.lang.String description)
          Get a Log object which can be used to write to the log file.
 Log WMServlet.getLog(java.lang.String type)
          Get a Log object which can be used to write to the log file.
 

Uses of Log in org.webmacro.util
 

Classes in org.webmacro.util that implement Log
 class LogSource
          A log is a simple recipient of information about the system.
 

Methods in org.webmacro.util that return Log
static Log LogSystem.getSystemLog(java.lang.String type)
          Get a system-wide log
static Log LogSystem.getSystemLog(java.lang.String type, java.lang.String description)
          Get a system log, providing it with a description of itself
 Log LogSystem.getLog(java.lang.String type)
          Get an instance of a Log object for the specified type.
 Log LogSystem.getLog(java.lang.String type, java.lang.String description)
          Get the Log object within this LogSystem that has the specified Log type.