public interface BasicLogger
Modifier and Type | Method and Description |
---|---|
void |
debug(Object message)
Issue a log message with a level of DEBUG.
|
void |
debug(Object message,
Throwable t)
Issue a log message and throwable with a level of DEBUG.
|
void |
debug(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
Issue a log message with parameters and a throwable with a level of DEBUG.
|
void |
debug(String loggerFqcn,
Object message,
Throwable t)
Issue a log message and throwable with a level of DEBUG and a specific logger class name.
|
void |
debugf(String format,
int arg)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
int arg1,
int arg2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
int arg1,
int arg2,
int arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
int arg1,
int arg2,
Object arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
int arg1,
Object arg2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
int arg1,
Object arg2,
Object arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
long arg)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
long arg1,
long arg2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
long arg1,
long arg2,
long arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
long arg1,
long arg2,
Object arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
long arg1,
Object arg2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
long arg1,
Object arg2,
Object arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
Object... params)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
Object param1)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
Object param1,
Object param2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
int arg)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
int arg1,
int arg2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
int arg1,
int arg2,
int arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
int arg1,
int arg2,
Object arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
int arg1,
Object arg2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
int arg1,
Object arg2,
Object arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
long arg)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
long arg1,
long arg2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
long arg1,
long arg2,
long arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
long arg1,
long arg2,
Object arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
long arg1,
Object arg2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
long arg1,
Object arg2,
Object arg3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
Object... params)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
Object param1)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
Object param1,
Object param2)
Issue a formatted log message with a level of DEBUG.
|
void |
debugf(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of DEBUG.
|
void |
debugv(String format,
Object... params)
Issue a log message with a level of DEBUG using
MessageFormat -style formatting. |
void |
debugv(String format,
Object param1)
Issue a log message with a level of DEBUG using
MessageFormat -style formatting. |
void |
debugv(String format,
Object param1,
Object param2)
Issue a log message with a level of DEBUG using
MessageFormat -style formatting. |
void |
debugv(String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of DEBUG using
MessageFormat -style formatting. |
void |
debugv(Throwable t,
String format,
Object... params)
Issue a log message with a level of DEBUG using
MessageFormat -style formatting. |
void |
debugv(Throwable t,
String format,
Object param1)
Issue a log message with a level of DEBUG using
MessageFormat -style formatting. |
void |
debugv(Throwable t,
String format,
Object param1,
Object param2)
Issue a log message with a level of DEBUG using
MessageFormat -style formatting. |
void |
debugv(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of DEBUG using
MessageFormat -style formatting. |
void |
error(Object message)
Issue a log message with a level of ERROR.
|
void |
error(Object message,
Throwable t)
Issue a log message and throwable with a level of ERROR.
|
void |
error(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
Issue a log message with parameters and a throwable with a level of ERROR.
|
void |
error(String loggerFqcn,
Object message,
Throwable t)
Issue a log message and throwable with a level of ERROR and a specific logger class name.
|
void |
errorf(String format,
Object... params)
Issue a formatted log message with a level of ERROR.
|
void |
errorf(String format,
Object param1)
Issue a formatted log message with a level of ERROR.
|
void |
errorf(String format,
Object param1,
Object param2)
Issue a formatted log message with a level of ERROR.
|
void |
errorf(String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of ERROR.
|
void |
errorf(Throwable t,
String format,
Object... params)
Issue a formatted log message with a level of ERROR.
|
void |
errorf(Throwable t,
String format,
Object param1)
Issue a formatted log message with a level of ERROR.
|
void |
errorf(Throwable t,
String format,
Object param1,
Object param2)
Issue a formatted log message with a level of ERROR.
|
void |
errorf(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of ERROR.
|
void |
errorv(String format,
Object... params)
Issue a log message with a level of ERROR using
MessageFormat -style formatting. |
void |
errorv(String format,
Object param1)
Issue a log message with a level of ERROR using
MessageFormat -style formatting. |
void |
errorv(String format,
Object param1,
Object param2)
Issue a log message with a level of ERROR using
MessageFormat -style formatting. |
void |
errorv(String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of ERROR using
MessageFormat -style formatting. |
void |
errorv(Throwable t,
String format,
Object... params)
Issue a log message with a level of ERROR using
MessageFormat -style formatting. |
void |
errorv(Throwable t,
String format,
Object param1)
Issue a log message with a level of ERROR using
MessageFormat -style formatting. |
void |
errorv(Throwable t,
String format,
Object param1,
Object param2)
Issue a log message with a level of ERROR using
MessageFormat -style formatting. |
void |
errorv(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of ERROR using
MessageFormat -style formatting. |
void |
fatal(Object message)
Issue a log message with a level of FATAL.
|
void |
fatal(Object message,
Throwable t)
Issue a log message and throwable with a level of FATAL.
|
void |
fatal(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
Issue a log message with parameters and a throwable with a level of FATAL.
|
void |
fatal(String loggerFqcn,
Object message,
Throwable t)
Issue a log message and throwable with a level of FATAL and a specific logger class name.
|
void |
fatalf(String format,
Object... params)
Issue a formatted log message with a level of FATAL.
|
void |
fatalf(String format,
Object param1)
Issue a formatted log message with a level of FATAL.
|
void |
fatalf(String format,
Object param1,
Object param2)
Issue a formatted log message with a level of FATAL.
|
void |
fatalf(String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of FATAL.
|
void |
fatalf(Throwable t,
String format,
Object... params)
Issue a formatted log message with a level of FATAL.
|
void |
fatalf(Throwable t,
String format,
Object param1)
Issue a formatted log message with a level of FATAL.
|
void |
fatalf(Throwable t,
String format,
Object param1,
Object param2)
Issue a formatted log message with a level of FATAL.
|
void |
fatalf(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of FATAL.
|
void |
fatalv(String format,
Object... params)
Issue a log message with a level of FATAL using
MessageFormat -style formatting. |
void |
fatalv(String format,
Object param1)
Issue a log message with a level of FATAL using
MessageFormat -style formatting. |
void |
fatalv(String format,
Object param1,
Object param2)
Issue a log message with a level of FATAL using
MessageFormat -style formatting. |
void |
fatalv(String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of FATAL using
MessageFormat -style formatting. |
void |
fatalv(Throwable t,
String format,
Object... params)
Issue a log message with a level of FATAL using
MessageFormat -style formatting. |
void |
fatalv(Throwable t,
String format,
Object param1)
Issue a log message with a level of FATAL using
MessageFormat -style formatting. |
void |
fatalv(Throwable t,
String format,
Object param1,
Object param2)
Issue a log message with a level of FATAL using
MessageFormat -style formatting. |
void |
fatalv(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of FATAL using
MessageFormat -style formatting. |
void |
info(Object message)
Issue a log message with a level of INFO.
|
void |
info(Object message,
Throwable t)
Issue a log message and throwable with a level of INFO.
|
void |
info(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
Issue a log message with parameters and a throwable with a level of INFO.
|
void |
info(String loggerFqcn,
Object message,
Throwable t)
Issue a log message and throwable with a level of INFO and a specific logger class name.
|
void |
infof(String format,
Object... params)
Issue a formatted log message with a level of INFO.
|
void |
infof(String format,
Object param1)
Issue a formatted log message with a level of INFO.
|
void |
infof(String format,
Object param1,
Object param2)
Issue a formatted log message with a level of INFO.
|
void |
infof(String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of INFO.
|
void |
infof(Throwable t,
String format,
Object... params)
Issue a formatted log message with a level of INFO.
|
void |
infof(Throwable t,
String format,
Object param1)
Issue a formatted log message with a level of INFO.
|
void |
infof(Throwable t,
String format,
Object param1,
Object param2)
Issue a formatted log message with a level of INFO.
|
void |
infof(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of INFO.
|
void |
infov(String format,
Object... params)
Issue a log message with a level of INFO using
MessageFormat -style formatting. |
void |
infov(String format,
Object param1)
Issue a log message with a level of INFO using
MessageFormat -style formatting. |
void |
infov(String format,
Object param1,
Object param2)
Issue a log message with a level of INFO using
MessageFormat -style formatting. |
void |
infov(String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of INFO using
MessageFormat -style formatting. |
void |
infov(Throwable t,
String format,
Object... params)
Issue a log message with a level of INFO using
MessageFormat -style formatting. |
void |
infov(Throwable t,
String format,
Object param1)
Issue a log message with a level of INFO using
MessageFormat -style formatting. |
void |
infov(Throwable t,
String format,
Object param1,
Object param2)
Issue a log message with a level of INFO using
MessageFormat -style formatting. |
void |
infov(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of INFO using
MessageFormat -style formatting. |
boolean |
isDebugEnabled()
Check to see if the
DEBUG level is enabled for this logger. |
boolean |
isEnabled(Logger.Level level)
Check to see if the given level is enabled for this logger.
|
boolean |
isInfoEnabled()
Check to see if the
INFO level is enabled for this logger. |
boolean |
isTraceEnabled()
Check to see if the
TRACE level is enabled for this logger. |
void |
log(Logger.Level level,
Object message)
Log a message at the given level.
|
void |
log(Logger.Level level,
Object message,
Throwable t)
Issue a log message and throwable at the given log level.
|
void |
log(Logger.Level level,
String loggerFqcn,
Object message,
Throwable t)
Issue a log message and throwable at the given log level and a specific logger class name.
|
void |
log(String loggerFqcn,
Logger.Level level,
Object message,
Object[] params,
Throwable t)
Issue a log message with parameters and a throwable at the given log level.
|
void |
logf(Logger.Level level,
String format,
Object... params)
Issue a formatted log message at the given log level.
|
void |
logf(Logger.Level level,
String format,
Object param1)
Issue a formatted log message at the given log level.
|
void |
logf(Logger.Level level,
String format,
Object param1,
Object param2)
Issue a formatted log message at the given log level.
|
void |
logf(Logger.Level level,
String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message at the given log level.
|
void |
logf(Logger.Level level,
Throwable t,
String format,
Object... params)
Issue a formatted log message at the given log level.
|
void |
logf(Logger.Level level,
Throwable t,
String format,
Object param1)
Issue a formatted log message at the given log level.
|
void |
logf(Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2)
Issue a formatted log message at the given log level.
|
void |
logf(Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message at the given log level.
|
void |
logf(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object... params)
Log a message at the given level.
|
void |
logf(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object param1)
Log a message at the given level.
|
void |
logf(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2)
Log a message at the given level.
|
void |
logf(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Log a message at the given level.
|
void |
logv(Logger.Level level,
String format,
Object... params)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(Logger.Level level,
String format,
Object param1)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(Logger.Level level,
String format,
Object param1,
Object param2)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(Logger.Level level,
String format,
Object param1,
Object param2,
Object param3)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(Logger.Level level,
Throwable t,
String format,
Object... params)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(Logger.Level level,
Throwable t,
String format,
Object param1)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object... params)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object param1)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
logv(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a log message at the given log level using
MessageFormat -style formatting. |
void |
trace(Object message)
Issue a log message with a level of TRACE.
|
void |
trace(Object message,
Throwable t)
Issue a log message and throwable with a level of TRACE.
|
void |
trace(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
Issue a log message with parameters and a throwable with a level of TRACE.
|
void |
trace(String loggerFqcn,
Object message,
Throwable t)
Issue a log message and throwable with a level of TRACE and a specific logger class name.
|
void |
tracef(String format,
int arg)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
int arg1,
int arg2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
int arg1,
int arg2,
int arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
int arg1,
int arg2,
Object arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
int arg1,
Object arg2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
int arg1,
Object arg2,
Object arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
long arg)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
long arg1,
long arg2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
long arg1,
long arg2,
long arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
long arg1,
long arg2,
Object arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
long arg1,
Object arg2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
long arg1,
Object arg2,
Object arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
Object... params)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
Object param1)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
Object param1,
Object param2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
int arg)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
int arg1,
int arg2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
int arg1,
int arg2,
int arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
int arg1,
int arg2,
Object arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
int arg1,
Object arg2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
int arg1,
Object arg2,
Object arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
long arg)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
long arg1,
long arg2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
long arg1,
long arg2,
long arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
long arg1,
long arg2,
Object arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
long arg1,
Object arg2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
long arg1,
Object arg2,
Object arg3)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
Object... params)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
Object param1)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
Object param1,
Object param2)
Issue a formatted log message with a level of TRACE.
|
void |
tracef(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of TRACE.
|
void |
tracev(String format,
Object... params)
Issue a log message with a level of TRACE using
MessageFormat -style formatting. |
void |
tracev(String format,
Object param1)
Issue a log message with a level of TRACE using
MessageFormat -style formatting. |
void |
tracev(String format,
Object param1,
Object param2)
Issue a log message with a level of TRACE using
MessageFormat -style formatting. |
void |
tracev(String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of TRACE using
MessageFormat -style formatting. |
void |
tracev(Throwable t,
String format,
Object... params)
Issue a log message with a level of TRACE using
MessageFormat -style formatting. |
void |
tracev(Throwable t,
String format,
Object param1)
Issue a log message with a level of TRACE using
MessageFormat -style formatting. |
void |
tracev(Throwable t,
String format,
Object param1,
Object param2)
Issue a log message with a level of TRACE using
MessageFormat -style formatting. |
void |
tracev(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of TRACE using
MessageFormat -style formatting. |
void |
warn(Object message)
Issue a log message with a level of WARN.
|
void |
warn(Object message,
Throwable t)
Issue a log message and throwable with a level of WARN.
|
void |
warn(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
Issue a log message with parameters and a throwable with a level of WARN.
|
void |
warn(String loggerFqcn,
Object message,
Throwable t)
Issue a log message and throwable with a level of WARN and a specific logger class name.
|
void |
warnf(String format,
Object... params)
Issue a formatted log message with a level of WARN.
|
void |
warnf(String format,
Object param1)
Issue a formatted log message with a level of WARN.
|
void |
warnf(String format,
Object param1,
Object param2)
Issue a formatted log message with a level of WARN.
|
void |
warnf(String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of WARN.
|
void |
warnf(Throwable t,
String format,
Object... params)
Issue a formatted log message with a level of WARN.
|
void |
warnf(Throwable t,
String format,
Object param1)
Issue a formatted log message with a level of WARN.
|
void |
warnf(Throwable t,
String format,
Object param1,
Object param2)
Issue a formatted log message with a level of WARN.
|
void |
warnf(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a formatted log message with a level of WARN.
|
void |
warnv(String format,
Object... params)
Issue a log message with a level of WARN using
MessageFormat -style formatting. |
void |
warnv(String format,
Object param1)
Issue a log message with a level of WARN using
MessageFormat -style formatting. |
void |
warnv(String format,
Object param1,
Object param2)
Issue a log message with a level of WARN using
MessageFormat -style formatting. |
void |
warnv(String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of WARN using
MessageFormat -style formatting. |
void |
warnv(Throwable t,
String format,
Object... params)
Issue a log message with a level of WARN using
MessageFormat -style formatting. |
void |
warnv(Throwable t,
String format,
Object param1)
Issue a log message with a level of WARN using
MessageFormat -style formatting. |
void |
warnv(Throwable t,
String format,
Object param1,
Object param2)
Issue a log message with a level of WARN using
MessageFormat -style formatting. |
void |
warnv(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
Issue a log message with a level of WARN using
MessageFormat -style formatting. |
boolean isEnabled(Logger.Level level)
level
- the level to check fortrue
if messages may be logged at the given level, false
otherwiseboolean isTraceEnabled()
TRACE
level is enabled for this logger.true
if messages logged at Logger.Level.TRACE
may be accepted, false
otherwisevoid trace(Object message)
message
- the messagevoid trace(Object message, Throwable t)
message
- the messaget
- the throwablevoid trace(String loggerFqcn, Object message, Throwable t)
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablevoid trace(String loggerFqcn, Object message, Object[] params, Throwable t)
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablevoid tracev(String format, Object... params)
MessageFormat
-style formatting.format
- the message format stringparams
- the parametersvoid tracev(String format, Object param1)
MessageFormat
-style formatting.format
- the message format stringparam1
- the sole parametervoid tracev(String format, Object param1, Object param2)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parametervoid tracev(String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid tracev(Throwable t, String format, Object... params)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparams
- the parametersvoid tracev(Throwable t, String format, Object param1)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the sole parametervoid tracev(Throwable t, String format, Object param1, Object param2)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parametervoid tracev(Throwable t, String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid tracef(String format, Object... params)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parametersvoid tracef(String format, Object param1)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parametervoid tracef(String format, Object param1, Object param2)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parametervoid tracef(String format, Object param1, Object param2, Object param3)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid tracef(Throwable t, String format, Object... params)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parametersvoid tracef(Throwable t, String format, Object param1)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parametervoid tracef(Throwable t, String format, Object param1, Object param2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parametervoid tracef(Throwable t, String format, Object param1, Object param2, Object param3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid tracef(String format, int arg)
format
- the format string, as per String.format(String, Object...)
arg
- the parametervoid tracef(String format, int arg1, int arg2)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid tracef(String format, int arg1, Object arg2)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid tracef(String format, int arg1, int arg2, int arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(String format, int arg1, int arg2, Object arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(String format, int arg1, Object arg2, Object arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(Throwable t, String format, int arg)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg
- the parametervoid tracef(Throwable t, String format, int arg1, int arg2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid tracef(Throwable t, String format, int arg1, Object arg2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid tracef(Throwable t, String format, int arg1, int arg2, int arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(Throwable t, String format, int arg1, int arg2, Object arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(Throwable t, String format, int arg1, Object arg2, Object arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(String format, long arg)
format
- the format string, as per String.format(String, Object...)
arg
- the parametervoid tracef(String format, long arg1, long arg2)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid tracef(String format, long arg1, Object arg2)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid tracef(String format, long arg1, long arg2, long arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(String format, long arg1, long arg2, Object arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(String format, long arg1, Object arg2, Object arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(Throwable t, String format, long arg)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg
- the parametervoid tracef(Throwable t, String format, long arg1, long arg2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid tracef(Throwable t, String format, long arg1, Object arg2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid tracef(Throwable t, String format, long arg1, long arg2, long arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(Throwable t, String format, long arg1, long arg2, Object arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid tracef(Throwable t, String format, long arg1, Object arg2, Object arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameterboolean isDebugEnabled()
DEBUG
level is enabled for this logger.true
if messages logged at Logger.Level.DEBUG
may be accepted, false
otherwisevoid debug(Object message)
message
- the messagevoid debug(Object message, Throwable t)
message
- the messaget
- the throwablevoid debug(String loggerFqcn, Object message, Throwable t)
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablevoid debug(String loggerFqcn, Object message, Object[] params, Throwable t)
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablevoid debugv(String format, Object... params)
MessageFormat
-style formatting.format
- the message format stringparams
- the parametersvoid debugv(String format, Object param1)
MessageFormat
-style formatting.format
- the message format stringparam1
- the sole parametervoid debugv(String format, Object param1, Object param2)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parametervoid debugv(String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid debugv(Throwable t, String format, Object... params)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparams
- the parametersvoid debugv(Throwable t, String format, Object param1)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the sole parametervoid debugv(Throwable t, String format, Object param1, Object param2)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parametervoid debugv(Throwable t, String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid debugf(String format, Object... params)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parametersvoid debugf(String format, Object param1)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parametervoid debugf(String format, Object param1, Object param2)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parametervoid debugf(String format, Object param1, Object param2, Object param3)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid debugf(Throwable t, String format, Object... params)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parametersvoid debugf(Throwable t, String format, Object param1)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parametervoid debugf(Throwable t, String format, Object param1, Object param2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parametervoid debugf(Throwable t, String format, Object param1, Object param2, Object param3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid debugf(String format, int arg)
format
- the format string, as per String.format(String, Object...)
arg
- the parametervoid debugf(String format, int arg1, int arg2)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid debugf(String format, int arg1, Object arg2)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid debugf(String format, int arg1, int arg2, int arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(String format, int arg1, int arg2, Object arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(String format, int arg1, Object arg2, Object arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(Throwable t, String format, int arg)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg
- the parametervoid debugf(Throwable t, String format, int arg1, int arg2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid debugf(Throwable t, String format, int arg1, Object arg2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid debugf(Throwable t, String format, int arg1, int arg2, int arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(Throwable t, String format, int arg1, int arg2, Object arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(Throwable t, String format, int arg1, Object arg2, Object arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(String format, long arg)
format
- the format string, as per String.format(String, Object...)
arg
- the parametervoid debugf(String format, long arg1, long arg2)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid debugf(String format, long arg1, Object arg2)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid debugf(String format, long arg1, long arg2, long arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(String format, long arg1, long arg2, Object arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(String format, long arg1, Object arg2, Object arg3)
format
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(Throwable t, String format, long arg)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg
- the parametervoid debugf(Throwable t, String format, long arg1, long arg2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid debugf(Throwable t, String format, long arg1, Object arg2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parametervoid debugf(Throwable t, String format, long arg1, long arg2, long arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(Throwable t, String format, long arg1, long arg2, Object arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parametervoid debugf(Throwable t, String format, long arg1, Object arg2, Object arg3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameterboolean isInfoEnabled()
INFO
level is enabled for this logger.true
if messages logged at Logger.Level.INFO
may be accepted, false
otherwisevoid info(Object message)
message
- the messagevoid info(Object message, Throwable t)
message
- the messaget
- the throwablevoid info(String loggerFqcn, Object message, Throwable t)
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablevoid info(String loggerFqcn, Object message, Object[] params, Throwable t)
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablevoid infov(String format, Object... params)
MessageFormat
-style formatting.format
- the message format stringparams
- the parametersvoid infov(String format, Object param1)
MessageFormat
-style formatting.format
- the message format stringparam1
- the sole parametervoid infov(String format, Object param1, Object param2)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parametervoid infov(String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid infov(Throwable t, String format, Object... params)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparams
- the parametersvoid infov(Throwable t, String format, Object param1)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the sole parametervoid infov(Throwable t, String format, Object param1, Object param2)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parametervoid infov(Throwable t, String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid infof(String format, Object... params)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parametersvoid infof(String format, Object param1)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parametervoid infof(String format, Object param1, Object param2)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parametervoid infof(String format, Object param1, Object param2, Object param3)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid infof(Throwable t, String format, Object... params)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parametersvoid infof(Throwable t, String format, Object param1)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parametervoid infof(Throwable t, String format, Object param1, Object param2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parametervoid infof(Throwable t, String format, Object param1, Object param2, Object param3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid warn(Object message)
message
- the messagevoid warn(Object message, Throwable t)
message
- the messaget
- the throwablevoid warn(String loggerFqcn, Object message, Throwable t)
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablevoid warn(String loggerFqcn, Object message, Object[] params, Throwable t)
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablevoid warnv(String format, Object... params)
MessageFormat
-style formatting.format
- the message format stringparams
- the parametersvoid warnv(String format, Object param1)
MessageFormat
-style formatting.format
- the message format stringparam1
- the sole parametervoid warnv(String format, Object param1, Object param2)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parametervoid warnv(String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid warnv(Throwable t, String format, Object... params)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparams
- the parametersvoid warnv(Throwable t, String format, Object param1)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the sole parametervoid warnv(Throwable t, String format, Object param1, Object param2)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parametervoid warnv(Throwable t, String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid warnf(String format, Object... params)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parametersvoid warnf(String format, Object param1)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parametervoid warnf(String format, Object param1, Object param2)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parametervoid warnf(String format, Object param1, Object param2, Object param3)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid warnf(Throwable t, String format, Object... params)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parametersvoid warnf(Throwable t, String format, Object param1)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parametervoid warnf(Throwable t, String format, Object param1, Object param2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parametervoid warnf(Throwable t, String format, Object param1, Object param2, Object param3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid error(Object message)
message
- the messagevoid error(Object message, Throwable t)
message
- the messaget
- the throwablevoid error(String loggerFqcn, Object message, Throwable t)
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablevoid error(String loggerFqcn, Object message, Object[] params, Throwable t)
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablevoid errorv(String format, Object... params)
MessageFormat
-style formatting.format
- the message format stringparams
- the parametersvoid errorv(String format, Object param1)
MessageFormat
-style formatting.format
- the message format stringparam1
- the sole parametervoid errorv(String format, Object param1, Object param2)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parametervoid errorv(String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid errorv(Throwable t, String format, Object... params)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparams
- the parametersvoid errorv(Throwable t, String format, Object param1)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the sole parametervoid errorv(Throwable t, String format, Object param1, Object param2)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parametervoid errorv(Throwable t, String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid errorf(String format, Object... params)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parametersvoid errorf(String format, Object param1)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parametervoid errorf(String format, Object param1, Object param2)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parametervoid errorf(String format, Object param1, Object param2, Object param3)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid errorf(Throwable t, String format, Object... params)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parametersvoid errorf(Throwable t, String format, Object param1)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parametervoid errorf(Throwable t, String format, Object param1, Object param2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parametervoid errorf(Throwable t, String format, Object param1, Object param2, Object param3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid fatal(Object message)
message
- the messagevoid fatal(Object message, Throwable t)
message
- the messaget
- the throwablevoid fatal(String loggerFqcn, Object message, Throwable t)
loggerFqcn
- the logger class namemessage
- the messaget
- the throwablevoid fatal(String loggerFqcn, Object message, Object[] params, Throwable t)
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwablevoid fatalv(String format, Object... params)
MessageFormat
-style formatting.format
- the message format stringparams
- the parametersvoid fatalv(String format, Object param1)
MessageFormat
-style formatting.format
- the message format stringparam1
- the sole parametervoid fatalv(String format, Object param1, Object param2)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parametervoid fatalv(String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid fatalv(Throwable t, String format, Object... params)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparams
- the parametersvoid fatalv(Throwable t, String format, Object param1)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the sole parametervoid fatalv(Throwable t, String format, Object param1, Object param2)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parametervoid fatalv(Throwable t, String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid fatalf(String format, Object... params)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parametersvoid fatalf(String format, Object param1)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parametervoid fatalf(String format, Object param1, Object param2)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parametervoid fatalf(String format, Object param1, Object param2, Object param3)
format
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid fatalf(Throwable t, String format, Object... params)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parametersvoid fatalf(Throwable t, String format, Object param1)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parametervoid fatalf(Throwable t, String format, Object param1, Object param2)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parametervoid fatalf(Throwable t, String format, Object param1, Object param2, Object param3)
t
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid log(Logger.Level level, Object message)
level
- the levelmessage
- the messagevoid log(Logger.Level level, Object message, Throwable t)
level
- the levelmessage
- the messaget
- the throwablevoid log(Logger.Level level, String loggerFqcn, Object message, Throwable t)
level
- the levelloggerFqcn
- the logger class namemessage
- the messaget
- the throwablevoid log(String loggerFqcn, Logger.Level level, Object message, Object[] params, Throwable t)
loggerFqcn
- the logger class namelevel
- the levelmessage
- the messageparams
- the message parameterst
- the throwablevoid logv(Logger.Level level, String format, Object... params)
MessageFormat
-style formatting.level
- the levelformat
- the message format stringparams
- the parametersvoid logv(Logger.Level level, String format, Object param1)
MessageFormat
-style formatting.level
- the levelformat
- the message format stringparam1
- the sole parametervoid logv(Logger.Level level, String format, Object param1, Object param2)
MessageFormat
-style formatting.level
- the levelformat
- the message format stringparam1
- the first parameterparam2
- the second parametervoid logv(Logger.Level level, String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.level
- the levelformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid logv(Logger.Level level, Throwable t, String format, Object... params)
MessageFormat
-style formatting.level
- the levelt
- the throwableformat
- the message format stringparams
- the parametersvoid logv(Logger.Level level, Throwable t, String format, Object param1)
MessageFormat
-style formatting.level
- the levelt
- the throwableformat
- the message format stringparam1
- the sole parametervoid logv(Logger.Level level, Throwable t, String format, Object param1, Object param2)
MessageFormat
-style formatting.level
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parametervoid logv(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.level
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
MessageFormat
-style formatting.loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparams
- the parametersvoid logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
MessageFormat
-style formatting.loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparam1
- the sole parametervoid logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
MessageFormat
-style formatting.loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parametervoid logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
MessageFormat
-style formatting.loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid logf(Logger.Level level, String format, Object... params)
level
- the levelformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the parametersvoid logf(Logger.Level level, String format, Object param1)
level
- the levelformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parametervoid logf(Logger.Level level, String format, Object param1, Object param2)
level
- the levelformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parametervoid logf(Logger.Level level, String format, Object param1, Object param2, Object param3)
level
- the levelformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid logf(Logger.Level level, Throwable t, String format, Object... params)
level
- the levelt
- the throwableformat
- the format string, as per String.format(String, Object...)
params
- the parametersvoid logf(Logger.Level level, Throwable t, String format, Object param1)
level
- the levelt
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the sole parametervoid logf(Logger.Level level, Throwable t, String format, Object param1, Object param2)
level
- the levelt
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parametervoid logf(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
level
- the levelt
- the throwableformat
- the format string, as per String.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
loggerFqcn
- the logger class namelevel
- the levelt
- the throwable causeformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the sole parametervoid logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
loggerFqcn
- the logger class namelevel
- the levelt
- the throwable causeformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parametervoid logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
loggerFqcn
- the logger class namelevel
- the levelt
- the throwable causeformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameterparam3
- the third parametervoid logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
loggerFqcn
- the logger class namelevel
- the levelt
- the throwable causeformat
- the format string as per String.format(String, Object...)
or resource bundle key thereforparams
- the message parametersCopyright © 2019 JBoss by Red Hat. All rights reserved.