| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg)
Logs a message at the DEBUG level.
|
void |
debug(String msg,
Object... args)
Logs a message at the DEBUG level with three or more arguments.
|
void |
debug(String msg,
Object arg)
Logs a message at the DEBUG level with one argument.
|
void |
debug(String msg,
Object arg1,
Object arg2)
Logs a message at the DEBUG level with two arguments.
|
void |
error(String msg)
Logs a message at the ERROR level.
|
void |
error(String msg,
Object... args)
Logs a message at the ERROR level with three or more arguments.
|
void |
error(String msg,
Object arg)
Logs a message at the ERROR level with one argument.
|
void |
error(String msg,
Object arg1,
Object arg2)
Logs a message at the ERROR level with two arguments.
|
void |
info(String msg)
Logs a message at the INFO level.
|
void |
info(String msg,
Object... args)
Logs a message at the INFO level with three or more arguments.
|
void |
info(String msg,
Object arg)
Logs a message at the INFO level with one argument.
|
void |
info(String msg,
Object arg1,
Object arg2)
Logs a message at the INFO level with two arguments.
|
boolean |
isDebugEnabled()
Tells if the logger is enabled for the DEBUG level.
|
boolean |
isTraceEnabled()
Tells if the logger is enabled for the TRACE level.
|
void |
trace(String msg)
Logs a message at the TRACE level.
|
void |
trace(String msg,
Object... args)
Logs a message at the TRACE level with three or more arguments.
|
void |
trace(String msg,
Object arg)
Logs a message at the TRACE level with one argument.
|
void |
trace(String msg,
Object arg1,
Object arg2)
Logs a message at the TRACE level with two arguments.
|
void |
warn(String msg)
Logs a message at the WARN level.
|
void |
warn(String msg,
Object... args)
Logs a message at the WARN level with three or more arguments.
|
void |
warn(String msg,
Object arg)
Logs a message at the WARN level with one argument.
|
void |
warn(String msg,
Object arg1,
Object arg2)
Logs a message at the WARN level with two arguments.
|
public boolean isDebugEnabled()
ILoggerisDebugEnabled in interface ILoggertrue if the logger is enabled for the DEBUG levelpublic boolean isTraceEnabled()
ILoggerisTraceEnabled in interface ILoggertrue if the logger is enabled for the TRACE levelpublic void debug(String msg)
ILoggerpublic void debug(String msg, Object arg)
ILoggerpublic void debug(String msg, Object arg1, Object arg2)
ILoggerpublic void debug(String msg, Object... args)
ILoggerpublic void trace(String msg)
ILoggerpublic void trace(String msg, Object arg)
ILoggerpublic void trace(String msg, Object arg1, Object arg2)
ILoggerpublic void trace(String msg, Object... args)
ILoggerpublic void warn(String msg)
ILoggerpublic void warn(String msg, Object arg)
ILoggerpublic void warn(String msg, Object arg1, Object arg2)
ILoggerpublic void warn(String msg, Object... args)
ILoggerpublic void error(String msg)
ILoggerpublic void error(String msg, Object arg)
ILoggerpublic void error(String msg, Object arg1, Object arg2)
ILoggerpublic void error(String msg, Object... args)
ILoggerpublic void info(String msg)
ILoggerpublic void info(String msg, Object arg)
ILoggerpublic void info(String msg, Object arg1, Object arg2)
ILoggerCopyright © 2017–2022 SNF4J.ORG. All rights reserved.