Class AbstractInternalLogger

java.lang.Object
org.jboss.netty.logging.AbstractInternalLogger
All Implemented Interfaces:
InternalLogger
Direct Known Subclasses:
CommonsLogger, JBossLogger, JdkLogger, Log4JLogger, OsgiLogger, Slf4JLogger

public abstract class AbstractInternalLogger extends Object implements InternalLogger
A skeletal implementation of InternalLogger. This class implements all methods that have a InternalLogLevel parameter by default to call specific logger methods such as InternalLogger.info(String) or InternalLogger.isInfoEnabled().