public class Log4jAdapter extends Object implements IJoafipLogger
| Constructor and Description |
|---|
Log4jAdapter(org.apache.log4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
activeDebugLevel() |
void |
activeErrorLevel() |
void |
activeFatalLevel() |
void |
activeInfoLevel() |
void |
activeTraceLevel() |
void |
activeWarnLevel() |
void |
debug(Object message) |
void |
debug(Object message,
Throwable throwable) |
void |
error(Object message) |
void |
error(Object message,
Throwable throwable) |
void |
fatal(Object message) |
void |
fatal(Object message,
Throwable throwable) |
void |
info(Object message) |
void |
info(Object message,
Throwable throwable) |
void |
trace(Object message) |
void |
trace(Object message,
Throwable throwable) |
void |
warn(Object message) |
void |
warn(Object message,
Throwable throwable) |
public void activeDebugLevel()
activeDebugLevel in interface IJoafipLoggerpublic void debug(Object message)
debug in interface IJoafipLoggerpublic void debug(Object message, Throwable throwable)
debug in interface IJoafipLoggerpublic void activeTraceLevel()
activeTraceLevel in interface IJoafipLoggerpublic void trace(Object message)
trace in interface IJoafipLoggerpublic void trace(Object message, Throwable throwable)
trace in interface IJoafipLoggerpublic void activeInfoLevel()
activeInfoLevel in interface IJoafipLoggerpublic void info(Object message)
info in interface IJoafipLoggerpublic void info(Object message, Throwable throwable)
info in interface IJoafipLoggerpublic void activeWarnLevel()
activeWarnLevel in interface IJoafipLoggerpublic void warn(Object message)
warn in interface IJoafipLoggerpublic void warn(Object message, Throwable throwable)
warn in interface IJoafipLoggerpublic void activeErrorLevel()
activeErrorLevel in interface IJoafipLoggerpublic void error(Object message)
error in interface IJoafipLoggerpublic void error(Object message, Throwable throwable)
error in interface IJoafipLoggerpublic void activeFatalLevel()
activeFatalLevel in interface IJoafipLoggerpublic void fatal(Object message)
fatal in interface IJoafipLoggerpublic void fatal(Object message, Throwable throwable)
fatal in interface IJoafipLoggerCopyright © 2007-2012 Luc Peuvrier. All Rights Reserved.