| java.lang.Object org.mmbase.util.logging.LoggerWrapper
LoggerWrapper | public class LoggerWrapper implements Logger(Code) | | Wraps a logger instance. This can be used for static logger instances which might be instatatied
before logging itself is configured. After configurating logging, all static 'wrappers' can then
be called to wrap another logger instance.
author: Michiel Meeuwissen since: MMBase-1.7 version: $Id: LoggerWrapper.java,v 1.9 2008/02/11 16:11:02 michiel Exp $ |
isDebugEnabled | final public boolean isDebugEnabled()(Code) | | |
isServiceEnabled | final public boolean isServiceEnabled()(Code) | | |
isTraceEnabled | final public boolean isTraceEnabled()(Code) | | |
|
|