Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » log » [javadoc | source]
org.apache.tomcat.util.log
public class: LogManager [javadoc | source]
java.lang.Object
   org.apache.tomcat.util.log.LogManager
Allows the control the log properties at runtime. Normal applications will just use Log, without having to deal with the way the log is configured or managed.
Field Summary
static  LogHandler defaultChannel     
protected  Hashtable loggers     
protected  Hashtable channels     
Method from org.apache.tomcat.util.log.LogManager Summary:
addChannel,   getChannels,   getLog,   getLoggers,   setDefault
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.log.LogManager Detail:
 public  void addChannel(String name,
    LogHandler logH) 
 public Hashtable getChannels() 
 public Log getLog(String channel,
    String prefix,
    Object owner) 
    Default method to create a log facade.
 public Hashtable getLoggers() 
 public static  void setDefault(LogHandler l)