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

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

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

Subclasses of LogHandler in org.apache.tomcat.util.log
 class CommonLogHandler
          Log using common-logging.
 

Methods in org.apache.tomcat.util.log with parameters of type LogHandler
 void LogManager.addChannel(String name, LogHandler logH)
           
static void LogManager.setDefault(LogHandler l)
           
 void Log.setProxy(LogManager lm, LogHandler l)
          Deprecated.  
 

Constructors in org.apache.tomcat.util.log with parameters of type LogHandler
Log(String channel, String prefix, LogHandler proxy, Object owner)
          Deprecated.  
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.