public class DummyLogger extends Object implements IJoafipLogger
Constructor and Description |
---|
DummyLogger() |
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 debug(Object message)
debug
in interface IJoafipLogger
public void debug(Object message, Throwable throwable)
debug
in interface IJoafipLogger
public void trace(Object message)
trace
in interface IJoafipLogger
public void trace(Object message, Throwable throwable)
trace
in interface IJoafipLogger
public void info(Object message)
info
in interface IJoafipLogger
public void info(Object message, Throwable throwable)
info
in interface IJoafipLogger
public void warn(Object message)
warn
in interface IJoafipLogger
public void warn(Object message, Throwable throwable)
warn
in interface IJoafipLogger
public void error(Object message)
error
in interface IJoafipLogger
public void error(Object message, Throwable throwable)
error
in interface IJoafipLogger
public void fatal(Object message)
fatal
in interface IJoafipLogger
public void fatal(Object message, Throwable throwable)
fatal
in interface IJoafipLogger
public void activeDebugLevel()
activeDebugLevel
in interface IJoafipLogger
public void activeTraceLevel()
activeTraceLevel
in interface IJoafipLogger
public void activeInfoLevel()
activeInfoLevel
in interface IJoafipLogger
public void activeWarnLevel()
activeWarnLevel
in interface IJoafipLogger
public void activeErrorLevel()
activeErrorLevel
in interface IJoafipLogger
public void activeFatalLevel()
activeFatalLevel
in interface IJoafipLogger
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.