|
JBoss Logging 3.1.4.GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.logging.DelegatingBasicLogger
public class DelegatingBasicLogger
A serializable, delegating basic logger instance.
| Field Summary | |
|---|---|
protected Logger |
log
The delegate logger. |
| Constructor Summary | |
|---|---|
DelegatingBasicLogger(Logger log)
Construct a new instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Logger log
| Constructor Detail |
|---|
public DelegatingBasicLogger(Logger log)
log - the logger to which calls should be delegated| Method Detail |
|---|
public 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)
BasicLogger
trace in interface BasicLoggermessage - the message
public void trace(Object message,
Throwable t)
BasicLogger
trace in interface BasicLoggermessage - the messaget - the throwable
public void trace(String loggerFqcn,
Object message,
Throwable t)
BasicLogger
trace in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwable
public void trace(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
BasicLogger
trace in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwable
public void tracev(String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
tracev in interface BasicLoggerformat - the message format stringparams - the parameters
public void tracev(String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
tracev in interface BasicLoggerformat - the message format stringparam1 - the sole parameter
public void tracev(String format,
Object param1,
Object param2)
BasicLoggerMessageFormat-style formatting.
tracev in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameter
public 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 parameter
public void tracev(Throwable t,
String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
tracev in interface BasicLoggert - the throwableformat - the message format stringparams - the parameters
public void tracev(Throwable t,
String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
tracev in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameter
public 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 parameter
public 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 parameter
public void tracef(String format,
Object... params)
BasicLogger
tracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameters
public void tracef(String format,
Object param1)
BasicLogger
tracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameter
public void tracef(String format,
Object param1,
Object param2)
BasicLogger
tracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameter
public void tracef(String format,
Object param1,
Object param2,
Object param3)
BasicLogger
tracef 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 parameter
public void tracef(Throwable t,
String format,
Object... params)
BasicLogger
tracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameters
public void tracef(Throwable t,
String format,
Object param1)
BasicLogger
tracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameter
public void tracef(Throwable t,
String format,
Object param1,
Object param2)
BasicLogger
tracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameter
public void tracef(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
BasicLogger
tracef 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)
BasicLogger
debug in interface BasicLoggermessage - the message
public void debug(Object message,
Throwable t)
BasicLogger
debug in interface BasicLoggermessage - the messaget - the throwable
public void debug(String loggerFqcn,
Object message,
Throwable t)
BasicLogger
debug in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwable
public void debug(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
BasicLogger
debug in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwable
public void debugv(String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
debugv in interface BasicLoggerformat - the message format stringparams - the parameters
public void debugv(String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
debugv in interface BasicLoggerformat - the message format stringparam1 - the sole parameter
public void debugv(String format,
Object param1,
Object param2)
BasicLoggerMessageFormat-style formatting.
debugv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameter
public 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 parameter
public void debugv(Throwable t,
String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
debugv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameters
public void debugv(Throwable t,
String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
debugv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameter
public 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 parameter
public 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 parameter
public void debugf(String format,
Object... params)
BasicLogger
debugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameters
public void debugf(String format,
Object param1)
BasicLogger
debugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameter
public void debugf(String format,
Object param1,
Object param2)
BasicLogger
debugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameter
public void debugf(String format,
Object param1,
Object param2,
Object param3)
BasicLogger
debugf 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 parameter
public void debugf(Throwable t,
String format,
Object... params)
BasicLogger
debugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameters
public void debugf(Throwable t,
String format,
Object param1)
BasicLogger
debugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameter
public void debugf(Throwable t,
String format,
Object param1,
Object param2)
BasicLogger
debugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameter
public void debugf(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
BasicLogger
debugf 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)
BasicLogger
info in interface BasicLoggermessage - the message
public void info(Object message,
Throwable t)
BasicLogger
info in interface BasicLoggermessage - the messaget - the throwable
public void info(String loggerFqcn,
Object message,
Throwable t)
BasicLogger
info in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwable
public void info(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
BasicLogger
info in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwable
public void infov(String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
infov in interface BasicLoggerformat - the message format stringparams - the parameters
public void infov(String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
infov in interface BasicLoggerformat - the message format stringparam1 - the sole parameter
public void infov(String format,
Object param1,
Object param2)
BasicLoggerMessageFormat-style formatting.
infov in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameter
public 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 parameter
public void infov(Throwable t,
String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
infov in interface BasicLoggert - the throwableformat - the message format stringparams - the parameters
public void infov(Throwable t,
String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
infov in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameter
public 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 parameter
public 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 parameter
public void infof(String format,
Object... params)
BasicLogger
infof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameters
public void infof(String format,
Object param1)
BasicLogger
infof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameter
public void infof(String format,
Object param1,
Object param2)
BasicLogger
infof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameter
public void infof(String format,
Object param1,
Object param2,
Object param3)
BasicLogger
infof 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 parameter
public void infof(Throwable t,
String format,
Object... params)
BasicLogger
infof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameters
public void infof(Throwable t,
String format,
Object param1)
BasicLogger
infof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameter
public void infof(Throwable t,
String format,
Object param1,
Object param2)
BasicLogger
infof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameter
public void infof(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
BasicLogger
infof 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)
BasicLogger
warn in interface BasicLoggermessage - the message
public void warn(Object message,
Throwable t)
BasicLogger
warn in interface BasicLoggermessage - the messaget - the throwable
public void warn(String loggerFqcn,
Object message,
Throwable t)
BasicLogger
warn in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwable
public void warn(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
BasicLogger
warn in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwable
public void warnv(String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
warnv in interface BasicLoggerformat - the message format stringparams - the parameters
public void warnv(String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
warnv in interface BasicLoggerformat - the message format stringparam1 - the sole parameter
public void warnv(String format,
Object param1,
Object param2)
BasicLoggerMessageFormat-style formatting.
warnv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameter
public 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 parameter
public void warnv(Throwable t,
String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
warnv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameters
public void warnv(Throwable t,
String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
warnv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameter
public 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 parameter
public 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 parameter
public void warnf(String format,
Object... params)
BasicLogger
warnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameters
public void warnf(String format,
Object param1)
BasicLogger
warnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameter
public void warnf(String format,
Object param1,
Object param2)
BasicLogger
warnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameter
public void warnf(String format,
Object param1,
Object param2,
Object param3)
BasicLogger
warnf 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 parameter
public void warnf(Throwable t,
String format,
Object... params)
BasicLogger
warnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameters
public void warnf(Throwable t,
String format,
Object param1)
BasicLogger
warnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameter
public void warnf(Throwable t,
String format,
Object param1,
Object param2)
BasicLogger
warnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameter
public void warnf(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
BasicLogger
warnf 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)
BasicLogger
error in interface BasicLoggermessage - the message
public void error(Object message,
Throwable t)
BasicLogger
error in interface BasicLoggermessage - the messaget - the throwable
public void error(String loggerFqcn,
Object message,
Throwable t)
BasicLogger
error in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwable
public void error(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
BasicLogger
error in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwable
public void errorv(String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
errorv in interface BasicLoggerformat - the message format stringparams - the parameters
public void errorv(String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
errorv in interface BasicLoggerformat - the message format stringparam1 - the sole parameter
public void errorv(String format,
Object param1,
Object param2)
BasicLoggerMessageFormat-style formatting.
errorv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameter
public 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 parameter
public void errorv(Throwable t,
String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
errorv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameters
public void errorv(Throwable t,
String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
errorv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameter
public 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 parameter
public 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 parameter
public void errorf(String format,
Object... params)
BasicLogger
errorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameters
public void errorf(String format,
Object param1)
BasicLogger
errorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameter
public void errorf(String format,
Object param1,
Object param2)
BasicLogger
errorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameter
public void errorf(String format,
Object param1,
Object param2,
Object param3)
BasicLogger
errorf 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 parameter
public void errorf(Throwable t,
String format,
Object... params)
BasicLogger
errorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameters
public void errorf(Throwable t,
String format,
Object param1)
BasicLogger
errorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameter
public void errorf(Throwable t,
String format,
Object param1,
Object param2)
BasicLogger
errorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameter
public void errorf(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
BasicLogger
errorf 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)
BasicLogger
fatal in interface BasicLoggermessage - the message
public void fatal(Object message,
Throwable t)
BasicLogger
fatal in interface BasicLoggermessage - the messaget - the throwable
public void fatal(String loggerFqcn,
Object message,
Throwable t)
BasicLogger
fatal in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwable
public void fatal(String loggerFqcn,
Object message,
Object[] params,
Throwable t)
BasicLogger
fatal in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwable
public void fatalv(String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
fatalv in interface BasicLoggerformat - the message format stringparams - the parameters
public void fatalv(String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
fatalv in interface BasicLoggerformat - the message format stringparam1 - the sole parameter
public void fatalv(String format,
Object param1,
Object param2)
BasicLoggerMessageFormat-style formatting.
fatalv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameter
public 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 parameter
public void fatalv(Throwable t,
String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
fatalv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameters
public void fatalv(Throwable t,
String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
fatalv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameter
public 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 parameter
public 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 parameter
public void fatalf(String format,
Object... params)
BasicLogger
fatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameters
public void fatalf(String format,
Object param1)
BasicLogger
fatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameter
public void fatalf(String format,
Object param1,
Object param2)
BasicLogger
fatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameter
public void fatalf(String format,
Object param1,
Object param2,
Object param3)
BasicLogger
fatalf 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 parameter
public void fatalf(Throwable t,
String format,
Object... params)
BasicLogger
fatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameters
public void fatalf(Throwable t,
String format,
Object param1)
BasicLogger
fatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameter
public void fatalf(Throwable t,
String format,
Object param1,
Object param2)
BasicLogger
fatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameter
public void fatalf(Throwable t,
String format,
Object param1,
Object param2,
Object param3)
BasicLogger
fatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameter
public void log(Logger.Level level,
Object message)
BasicLogger
log in interface BasicLoggerlevel - the levelmessage - the message
public void log(Logger.Level level,
Object message,
Throwable t)
BasicLogger
log in interface BasicLoggerlevel - the levelmessage - the messaget - the throwable
public void log(Logger.Level level,
String loggerFqcn,
Object message,
Throwable t)
BasicLogger
log in interface BasicLoggerlevel - the levelloggerFqcn - the logger class namemessage - the messaget - the throwable
public void log(String loggerFqcn,
Logger.Level level,
Object message,
Object[] params,
Throwable t)
BasicLogger
log in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelmessage - the messageparams - the message parameterst - the throwable
public void logv(Logger.Level level,
String format,
Object... params)
BasicLoggerMessageFormat-style formatting.
logv in interface BasicLoggerlevel - the levelformat - the message format stringparams - the parameters
public void logv(Logger.Level level,
String format,
Object param1)
BasicLoggerMessageFormat-style formatting.
logv in interface BasicLoggerlevel - the levelformat - the message format stringparam1 - the sole parameter
public 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 parameter
public 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 parameter
public 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 parameters
public 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 parameter
public 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 parameter
public 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 parameter
public 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 parameters
public 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 parameter
public 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 parameter
public 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 parameter
public void logf(Logger.Level level,
String format,
Object... params)
BasicLogger
logf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameters
public void logf(Logger.Level level,
String format,
Object param1)
BasicLogger
logf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameter
public void logf(Logger.Level level,
String format,
Object param1,
Object param2)
BasicLogger
logf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameter
public void logf(Logger.Level level,
String format,
Object param1,
Object param2,
Object param3)
BasicLogger
logf 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 parameter
public void logf(Logger.Level level,
Throwable t,
String format,
Object... params)
BasicLogger
logf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)params - the parameters
public void logf(Logger.Level level,
Throwable t,
String format,
Object param1)
BasicLogger
logf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameter
public void logf(Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2)
BasicLogger
logf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameter
public void logf(Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2,
Object param3)
BasicLogger
logf 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 parameter
public void logf(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object param1)
BasicLogger
logf 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 parameter
public void logf(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2)
BasicLogger
logf 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 parameter
public void logf(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object param1,
Object param2,
Object param3)
BasicLogger
logf 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 parameter
public void logf(String loggerFqcn,
Logger.Level level,
Throwable t,
String format,
Object... params)
BasicLogger
logf 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)
BasicLogger
isEnabled in interface BasicLoggerlevel - the level to check for
true if messages may be logged at the given level, false otherwise
|
JBoss Logging 3.1.4.GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||