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

Packages that use Log
org.apache.jasper   
org.apache.tomcat.core Architecture 
org.apache.tomcat.util.log   
 

Uses of Log in org.apache.jasper
 

Fields in org.apache.jasper declared as Log
static Log Constants.jasperLog
           
 

Uses of Log in org.apache.tomcat.core
 

Fields in org.apache.tomcat.core declared as Log
protected  Log Handler.logger
           
protected  Log BaseInterceptor.loghelper
           
 

Methods in org.apache.tomcat.core that return Log
 Log BaseInterceptor.getLog()
           
 Log ContextManager.getLog()
          So other classes can piggyback on the context manager's log stream.
 Log Context.getLog()
           
 Log Context.getServletLog()
           
 

Methods in org.apache.tomcat.core with parameters of type Log
 void ContextManager.setLog(Log log)
           
 void Context.setLog(Log logger)
           
 void Context.setServletLog(Log logger)
           
 

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

Methods in org.apache.tomcat.util.log that return Log
 Log LogManager.getLog(java.lang.String channel, java.lang.String prefix, java.lang.Object owner)
          Default method to create a log facade.
static Log Log.getLog(java.lang.String channel, java.lang.String prefix)
          Deprecated.  
static Log Log.getLog(java.lang.String channel, java.lang.Object owner)
          Deprecated.  
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.