org.apache.tomcat.util.log
Class LogManager
java.lang.Object
org.apache.tomcat.util.log.LogManager
public class LogManager
- extends Object
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.
- Author:
- Alex Chaffee [alex@jguru.com], Costin Manolache
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loggers
protected Hashtable loggers
channels
protected Hashtable channels
LogManager
public LogManager()
getLoggers
public Hashtable getLoggers()
getChannels
public Hashtable getChannels()
setDefault
public static void setDefault(LogHandler l)
addChannel
public void addChannel(String name,
LogHandler logH)
getLog
public Log getLog(String channel,
String prefix,
Object owner)
- Default method to create a log facade.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.