public class DelegatingBasicLogger extends Object implements BasicLogger, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
log
The delegate logger.
|
| Constructor and Description |
|---|
DelegatingBasicLogger(Logger log)
Construct a new instance.
|
| 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,
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,
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,
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,
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. |
protected final Logger log
public DelegatingBasicLogger(Logger log)
log - the logger to which calls should be delegatedpublic boolean isTraceEnabled()
BasicLoggerTRACE level is enabled for this logger.isTraceEnabled in interface BasicLoggertrue if messages logged at Logger.Level.TRACE may be accepted, false otherwisepublic void trace(Object message)
BasicLoggertrace in interface BasicLoggermessage - the messagepublic void trace(Object message, Throwable t)
BasicLoggertrace in interface BasicLoggermessage - the messaget - the throwablepublic void trace(String loggerFqcn, Object message, Throwable t)
BasicLoggertrace in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic void trace(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggertrace in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic void tracev(String format, Object... params)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggerformat - the message format stringparams - the parameterspublic void tracev(String format, Object param1)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic void tracev(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void tracev(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void tracev(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic void tracev(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic void tracev(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void tracev(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void tracef(String format, Object... params)
BasicLoggertracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic void tracef(String format, Object param1)
BasicLoggertracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic void tracef(String format, Object param1, Object param2)
BasicLoggertracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic void tracef(String format, Object param1, Object param2, Object param3)
BasicLoggertracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void tracef(Throwable t, String format, Object... params)
BasicLoggertracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic void tracef(Throwable t, String format, Object param1)
BasicLoggertracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic void tracef(Throwable t, String format, Object param1, Object param2)
BasicLoggertracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic void tracef(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggertracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic boolean isDebugEnabled()
BasicLoggerDEBUG level is enabled for this logger.isDebugEnabled in interface BasicLoggertrue if messages logged at Logger.Level.DEBUG may be accepted, false otherwisepublic void debug(Object message)
BasicLoggerdebug in interface BasicLoggermessage - the messagepublic void debug(Object message, Throwable t)
BasicLoggerdebug in interface BasicLoggermessage - the messaget - the throwablepublic void debug(String loggerFqcn, Object message, Throwable t)
BasicLoggerdebug in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic void debug(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggerdebug in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic void debugv(String format, Object... params)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggerformat - the message format stringparams - the parameterspublic void debugv(String format, Object param1)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic void debugv(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void debugv(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void debugv(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic void debugv(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic void debugv(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void debugv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void debugf(String format, Object... params)
BasicLoggerdebugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic void debugf(String format, Object param1)
BasicLoggerdebugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic void debugf(String format, Object param1, Object param2)
BasicLoggerdebugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic void debugf(String format, Object param1, Object param2, Object param3)
BasicLoggerdebugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void debugf(Throwable t, String format, Object... params)
BasicLoggerdebugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic void debugf(Throwable t, String format, Object param1)
BasicLoggerdebugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic void debugf(Throwable t, String format, Object param1, Object param2)
BasicLoggerdebugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic void debugf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerdebugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic boolean isInfoEnabled()
BasicLoggerINFO level is enabled for this logger.isInfoEnabled in interface BasicLoggertrue if messages logged at Logger.Level.INFO may be accepted, false otherwisepublic void info(Object message)
BasicLoggerinfo in interface BasicLoggermessage - the messagepublic void info(Object message, Throwable t)
BasicLoggerinfo in interface BasicLoggermessage - the messaget - the throwablepublic void info(String loggerFqcn, Object message, Throwable t)
BasicLoggerinfo in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic void info(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggerinfo in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic void infov(String format, Object... params)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggerformat - the message format stringparams - the parameterspublic void infov(String format, Object param1)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic void infov(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void infov(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void infov(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic void infov(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic void infov(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void infov(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void infof(String format, Object... params)
BasicLoggerinfof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic void infof(String format, Object param1)
BasicLoggerinfof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic void infof(String format, Object param1, Object param2)
BasicLoggerinfof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic void infof(String format, Object param1, Object param2, Object param3)
BasicLoggerinfof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void infof(Throwable t, String format, Object... params)
BasicLoggerinfof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic void infof(Throwable t, String format, Object param1)
BasicLoggerinfof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic void infof(Throwable t, String format, Object param1, Object param2)
BasicLoggerinfof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic void infof(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerinfof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void warn(Object message)
BasicLoggerwarn in interface BasicLoggermessage - the messagepublic void warn(Object message, Throwable t)
BasicLoggerwarn in interface BasicLoggermessage - the messaget - the throwablepublic void warn(String loggerFqcn, Object message, Throwable t)
BasicLoggerwarn in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic void warn(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggerwarn in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic void warnv(String format, Object... params)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggerformat - the message format stringparams - the parameterspublic void warnv(String format, Object param1)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic void warnv(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void warnv(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void warnv(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic void warnv(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic void warnv(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void warnv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void warnf(String format, Object... params)
BasicLoggerwarnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic void warnf(String format, Object param1)
BasicLoggerwarnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic void warnf(String format, Object param1, Object param2)
BasicLoggerwarnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic void warnf(String format, Object param1, Object param2, Object param3)
BasicLoggerwarnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void warnf(Throwable t, String format, Object... params)
BasicLoggerwarnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic void warnf(Throwable t, String format, Object param1)
BasicLoggerwarnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic void warnf(Throwable t, String format, Object param1, Object param2)
BasicLoggerwarnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic void warnf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerwarnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void error(Object message)
BasicLoggererror in interface BasicLoggermessage - the messagepublic void error(Object message, Throwable t)
BasicLoggererror in interface BasicLoggermessage - the messaget - the throwablepublic void error(String loggerFqcn, Object message, Throwable t)
BasicLoggererror in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic void error(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggererror in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic void errorv(String format, Object... params)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggerformat - the message format stringparams - the parameterspublic void errorv(String format, Object param1)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic void errorv(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void errorv(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void errorv(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic void errorv(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic void errorv(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void errorv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void errorf(String format, Object... params)
BasicLoggererrorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic void errorf(String format, Object param1)
BasicLoggererrorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic void errorf(String format, Object param1, Object param2)
BasicLoggererrorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic void errorf(String format, Object param1, Object param2, Object param3)
BasicLoggererrorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void errorf(Throwable t, String format, Object... params)
BasicLoggererrorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic void errorf(Throwable t, String format, Object param1)
BasicLoggererrorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic void errorf(Throwable t, String format, Object param1, Object param2)
BasicLoggererrorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic void errorf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggererrorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void fatal(Object message)
BasicLoggerfatal in interface BasicLoggermessage - the messagepublic void fatal(Object message, Throwable t)
BasicLoggerfatal in interface BasicLoggermessage - the messaget - the throwablepublic void fatal(String loggerFqcn, Object message, Throwable t)
BasicLoggerfatal in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic void fatal(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggerfatal in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic void fatalv(String format, Object... params)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggerformat - the message format stringparams - the parameterspublic void fatalv(String format, Object param1)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic void fatalv(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void fatalv(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void fatalv(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic void fatalv(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic void fatalv(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void fatalv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void fatalf(String format, Object... params)
BasicLoggerfatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic void fatalf(String format, Object param1)
BasicLoggerfatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic void fatalf(String format, Object param1, Object param2)
BasicLoggerfatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic void fatalf(String format, Object param1, Object param2, Object param3)
BasicLoggerfatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void fatalf(Throwable t, String format, Object... params)
BasicLoggerfatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic void fatalf(Throwable t, String format, Object param1)
BasicLoggerfatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic void fatalf(Throwable t, String format, Object param1, Object param2)
BasicLoggerfatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic void fatalf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerfatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void log(Logger.Level level, Object message)
BasicLoggerlog in interface BasicLoggerlevel - the levelmessage - the messagepublic void log(Logger.Level level, Object message, Throwable t)
BasicLoggerlog in interface BasicLoggerlevel - the levelmessage - the messaget - the throwablepublic void log(Logger.Level level, String loggerFqcn, Object message, Throwable t)
BasicLoggerlog in interface BasicLoggerlevel - the levelloggerFqcn - the logger class namemessage - the messaget - the throwablepublic void log(String loggerFqcn, Logger.Level level, Object message, Object[] params, Throwable t)
BasicLoggerlog in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelmessage - the messageparams - the message parameterst - the throwablepublic void logv(Logger.Level level, String format, Object... params)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelformat - the message format stringparams - the parameterspublic void logv(Logger.Level level, String format, Object param1)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelformat - the message format stringparam1 - the sole parameterpublic void logv(Logger.Level level, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void logv(Logger.Level level, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void logv(Logger.Level level, Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelt - the throwableformat - the message format stringparams - the parameterspublic void logv(Logger.Level level, Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelt - the throwableformat - the message format stringparam1 - the sole parameterpublic void logv(Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelt - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void logv(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelt - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwableformat - the message format stringparams - the parameterspublic void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwableformat - the message format stringparam1 - the sole parameterpublic void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void logf(Logger.Level level, String format, Object... params)
BasicLoggerlogf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic void logf(Logger.Level level, String format, Object param1)
BasicLoggerlogf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic void logf(Logger.Level level, String format, Object param1, Object param2)
BasicLoggerlogf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic void logf(Logger.Level level, String format, Object param1, Object param2, Object param3)
BasicLoggerlogf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void logf(Logger.Level level, Throwable t, String format, Object... params)
BasicLoggerlogf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic void logf(Logger.Level level, Throwable t, String format, Object param1)
BasicLoggerlogf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic void logf(Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLoggerlogf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic void logf(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerlogf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
BasicLoggerlogf in interface BasicLoggerloggerFqcn - 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 parameterpublic void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLoggerlogf in interface BasicLoggerloggerFqcn - 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 parameterpublic void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerlogf in interface BasicLoggerloggerFqcn - 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 parameterpublic void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
BasicLoggerlogf in interface BasicLoggerloggerFqcn - 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 parameterspublic boolean isEnabled(Logger.Level level)
BasicLoggerisEnabled in interface BasicLoggerlevel - the level to check fortrue if messages may be logged at the given level, false otherwiseCopyright © 2012 JBoss by Red Hat. All Rights Reserved.