public class JoafipLogger extends Object implements IJoafipLogger
Modifier and Type | Field and Description |
---|---|
boolean |
debugEnabled |
boolean |
infoEnabled |
IJoafipLogger |
loggerImpl |
boolean |
traceEnabled |
Constructor and Description |
---|
JoafipLogger(IJoafipLogger loggerImpl,
boolean debugEnabled,
boolean traceEnabled,
boolean infoEnabled) |
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) |
static String |
getLogDirectory() |
static JoafipLogger |
getLogger(Class<?> clazz) |
void |
info(Object message) |
void |
info(Object message,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
loggerIsSet() |
void |
trace(Object message) |
void |
trace(Object message,
Throwable throwable) |
void |
warn(Object message) |
void |
warn(Object message,
Throwable throwable) |
public IJoafipLogger loggerImpl
public boolean debugEnabled
public boolean traceEnabled
public boolean infoEnabled
public JoafipLogger(IJoafipLogger loggerImpl, boolean debugEnabled, boolean traceEnabled, boolean infoEnabled)
public static JoafipLogger getLogger(Class<?> clazz)
public boolean loggerIsSet()
public boolean isDebugEnabled()
public boolean isTraceEnabled()
public boolean isInfoEnabled()
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
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 static String getLogDirectory()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.