Uses of Class
org.apache.tomcat.util.log.LogManager

Packages that use LogManager
org.apache.tomcat.util.log   
 

Uses of LogManager in org.apache.tomcat.util.log
 

Methods in org.apache.tomcat.util.log that return LogManager
static LogManager Log.setLogManager(LogManager lm)
          Used by the embeding application ( tomcat ) to manage the logging.
 

Methods in org.apache.tomcat.util.log with parameters of type LogManager
static LogManager Log.setLogManager(LogManager lm)
          Used by the embeding application ( tomcat ) to manage the logging.
 java.lang.String Log.getChannel(LogManager lm)
           
 void Log.setProxy(LogManager lm, LogHandler l)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.