|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.netty.logging.AbstractInternalLogger
public abstract class AbstractInternalLogger

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().
| Constructor Summary | |
|---|---|
protected |
AbstractInternalLogger()
Creates a new instance. |
| Method Summary | |
|---|---|
boolean |
isEnabled(InternalLogLevel level)
Returns true if the specified log level message is logged. |
void |
log(InternalLogLevel level,
String msg)
Logs a message. |
void |
log(InternalLogLevel level,
String msg,
Throwable cause)
Logs a message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.netty.logging.InternalLogger |
|---|
debug, debug, error, error, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, warn, warn |
| Constructor Detail |
|---|
protected AbstractInternalLogger()
| Method Detail |
|---|
public boolean isEnabled(InternalLogLevel level)
InternalLoggertrue if the specified log level message is logged.
isEnabled in interface InternalLogger
public void log(InternalLogLevel level,
String msg,
Throwable cause)
InternalLogger
log in interface InternalLogger
public void log(InternalLogLevel level,
String msg)
InternalLogger
log in interface InternalLogger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||