Package org.jboss.logging
Interface BasicLogger
-
- All Known Implementing Classes:
DelegatingBasicLogger,Logger
public interface BasicLoggerAn interface which specifies the basic logger methods. When used as the base interface of a typed logger, these methods will delegate to the corresponding underlying logger instance.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddebug(Object message)Issue a log message with a level of DEBUG.voiddebug(Object message, Throwable t)Issue a log message and throwable with a level of DEBUG.voiddebug(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of DEBUG.voiddebug(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of DEBUG and a specific logger class name.voiddebugf(String format, int arg)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, int arg1, int arg2)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, int arg1, int arg2, int arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, int arg1, int arg2, Object arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, int arg1, Object arg2)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, int arg1, Object arg2, Object arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, long arg)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, long arg1, long arg2)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, long arg1, long arg2, long arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, long arg1, long arg2, Object arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, long arg1, Object arg2)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, long arg1, Object arg2, Object arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, Object param1)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, Object... params)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, Object param1, Object param2)Issue a formatted log message with a level of DEBUG.voiddebugf(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, int arg)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, int arg1, int arg2)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, int arg1, int arg2, int arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, int arg1, int arg2, Object arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, int arg1, Object arg2)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, int arg1, Object arg2, Object arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, long arg)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, long arg1, long arg2)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, long arg1, long arg2, long arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, long arg1, long arg2, Object arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, long arg1, Object arg2)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, long arg1, Object arg2, Object arg3)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, Object param1)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, Object... params)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of DEBUG.voiddebugf(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of DEBUG.voiddebugv(String format, Object param1)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.voiddebugv(String format, Object... params)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.voiddebugv(String format, Object param1, Object param2)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.voiddebugv(String format, Object param1, Object param2, Object param3)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.voiddebugv(Throwable t, String format, Object param1)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.voiddebugv(Throwable t, String format, Object... params)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.voiddebugv(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.voiddebugv(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.voiderror(Object message)Issue a log message with a level of ERROR.voiderror(Object message, Throwable t)Issue a log message and throwable with a level of ERROR.voiderror(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of ERROR.voiderror(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of ERROR and a specific logger class name.voiderrorf(String format, Object param1)Issue a formatted log message with a level of ERROR.voiderrorf(String format, Object... params)Issue a formatted log message with a level of ERROR.voiderrorf(String format, Object param1, Object param2)Issue a formatted log message with a level of ERROR.voiderrorf(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of ERROR.voiderrorf(Throwable t, String format, Object param1)Issue a formatted log message with a level of ERROR.voiderrorf(Throwable t, String format, Object... params)Issue a formatted log message with a level of ERROR.voiderrorf(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of ERROR.voiderrorf(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of ERROR.voiderrorv(String format, Object param1)Issue a log message with a level of ERROR usingMessageFormat-style formatting.voiderrorv(String format, Object... params)Issue a log message with a level of ERROR usingMessageFormat-style formatting.voiderrorv(String format, Object param1, Object param2)Issue a log message with a level of ERROR usingMessageFormat-style formatting.voiderrorv(String format, Object param1, Object param2, Object param3)Issue a log message with a level of ERROR usingMessageFormat-style formatting.voiderrorv(Throwable t, String format, Object param1)Issue a log message with a level of ERROR usingMessageFormat-style formatting.voiderrorv(Throwable t, String format, Object... params)Issue a log message with a level of ERROR usingMessageFormat-style formatting.voiderrorv(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of ERROR usingMessageFormat-style formatting.voiderrorv(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of ERROR usingMessageFormat-style formatting.voidfatal(Object message)Issue a log message with a level of FATAL.voidfatal(Object message, Throwable t)Issue a log message and throwable with a level of FATAL.voidfatal(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of FATAL.voidfatal(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of FATAL and a specific logger class name.voidfatalf(String format, Object param1)Issue a formatted log message with a level of FATAL.voidfatalf(String format, Object... params)Issue a formatted log message with a level of FATAL.voidfatalf(String format, Object param1, Object param2)Issue a formatted log message with a level of FATAL.voidfatalf(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of FATAL.voidfatalf(Throwable t, String format, Object param1)Issue a formatted log message with a level of FATAL.voidfatalf(Throwable t, String format, Object... params)Issue a formatted log message with a level of FATAL.voidfatalf(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of FATAL.voidfatalf(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of FATAL.voidfatalv(String format, Object param1)Issue a log message with a level of FATAL usingMessageFormat-style formatting.voidfatalv(String format, Object... params)Issue a log message with a level of FATAL usingMessageFormat-style formatting.voidfatalv(String format, Object param1, Object param2)Issue a log message with a level of FATAL usingMessageFormat-style formatting.voidfatalv(String format, Object param1, Object param2, Object param3)Issue a log message with a level of FATAL usingMessageFormat-style formatting.voidfatalv(Throwable t, String format, Object param1)Issue a log message with a level of FATAL usingMessageFormat-style formatting.voidfatalv(Throwable t, String format, Object... params)Issue a log message with a level of FATAL usingMessageFormat-style formatting.voidfatalv(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of FATAL usingMessageFormat-style formatting.voidfatalv(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of FATAL usingMessageFormat-style formatting.voidinfo(Object message)Issue a log message with a level of INFO.voidinfo(Object message, Throwable t)Issue a log message and throwable with a level of INFO.voidinfo(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of INFO.voidinfo(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of INFO and a specific logger class name.voidinfof(String format, Object param1)Issue a formatted log message with a level of INFO.voidinfof(String format, Object... params)Issue a formatted log message with a level of INFO.voidinfof(String format, Object param1, Object param2)Issue a formatted log message with a level of INFO.voidinfof(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of INFO.voidinfof(Throwable t, String format, Object param1)Issue a formatted log message with a level of INFO.voidinfof(Throwable t, String format, Object... params)Issue a formatted log message with a level of INFO.voidinfof(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of INFO.voidinfof(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of INFO.voidinfov(String format, Object param1)Issue a log message with a level of INFO usingMessageFormat-style formatting.voidinfov(String format, Object... params)Issue a log message with a level of INFO usingMessageFormat-style formatting.voidinfov(String format, Object param1, Object param2)Issue a log message with a level of INFO usingMessageFormat-style formatting.voidinfov(String format, Object param1, Object param2, Object param3)Issue a log message with a level of INFO usingMessageFormat-style formatting.voidinfov(Throwable t, String format, Object param1)Issue a log message with a level of INFO usingMessageFormat-style formatting.voidinfov(Throwable t, String format, Object... params)Issue a log message with a level of INFO usingMessageFormat-style formatting.voidinfov(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of INFO usingMessageFormat-style formatting.voidinfov(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of INFO usingMessageFormat-style formatting.booleanisDebugEnabled()Check to see if theDEBUGlevel is enabled for this logger.booleanisEnabled(Logger.Level level)Check to see if the given level is enabled for this logger.booleanisInfoEnabled()Check to see if theINFOlevel is enabled for this logger.booleanisTraceEnabled()Check to see if theTRACElevel is enabled for this logger.voidlog(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.voidlog(Logger.Level level, Object message)Log a message at the given level.voidlog(Logger.Level level, Object message, Throwable t)Issue a log message and throwable at the given log level.voidlog(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.voidlogf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)Log a message at the given level.voidlogf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)Log a message at the given level.voidlogf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)Log a message at the given level.voidlogf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)Log a message at the given level.voidlogf(Logger.Level level, String format, Object param1)Issue a formatted log message at the given log level.voidlogf(Logger.Level level, String format, Object... params)Issue a formatted log message at the given log level.voidlogf(Logger.Level level, String format, Object param1, Object param2)Issue a formatted log message at the given log level.voidlogf(Logger.Level level, String format, Object param1, Object param2, Object param3)Issue a formatted log message at the given log level.voidlogf(Logger.Level level, Throwable t, String format, Object param1)Issue a formatted log message at the given log level.voidlogf(Logger.Level level, Throwable t, String format, Object... params)Issue a formatted log message at the given log level.voidlogf(Logger.Level level, Throwable t, String format, Object param1, Object param2)Issue a formatted log message at the given log level.voidlogf(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message at the given log level.voidlogv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(Logger.Level level, String format, Object param1)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(Logger.Level level, String format, Object... params)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(Logger.Level level, String format, Object param1, Object param2)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(Logger.Level level, String format, Object param1, Object param2, Object param3)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(Logger.Level level, Throwable t, String format, Object param1)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(Logger.Level level, Throwable t, String format, Object... params)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(Logger.Level level, Throwable t, String format, Object param1, Object param2)Issue a log message at the given log level usingMessageFormat-style formatting.voidlogv(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message at the given log level usingMessageFormat-style formatting.voidtrace(Object message)Issue a log message with a level of TRACE.voidtrace(Object message, Throwable t)Issue a log message and throwable with a level of TRACE.voidtrace(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of TRACE.voidtrace(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of TRACE and a specific logger class name.voidtracef(String format, int arg)Issue a formatted log message with a level of TRACE.voidtracef(String format, int arg1, int arg2)Issue a formatted log message with a level of TRACE.voidtracef(String format, int arg1, int arg2, int arg3)Issue a formatted log message with a level of TRACE.voidtracef(String format, int arg1, int arg2, Object arg3)Issue a formatted log message with a level of TRACE.voidtracef(String format, int arg1, Object arg2)Issue a formatted log message with a level of TRACE.voidtracef(String format, int arg1, Object arg2, Object arg3)Issue a formatted log message with a level of TRACE.voidtracef(String format, long arg)Issue a formatted log message with a level of TRACE.voidtracef(String format, long arg1, long arg2)Issue a formatted log message with a level of TRACE.voidtracef(String format, long arg1, long arg2, long arg3)Issue a formatted log message with a level of TRACE.voidtracef(String format, long arg1, long arg2, Object arg3)Issue a formatted log message with a level of TRACE.voidtracef(String format, long arg1, Object arg2)Issue a formatted log message with a level of TRACE.voidtracef(String format, long arg1, Object arg2, Object arg3)Issue a formatted log message with a level of TRACE.voidtracef(String format, Object param1)Issue a formatted log message with a level of TRACE.voidtracef(String format, Object... params)Issue a formatted log message with a level of TRACE.voidtracef(String format, Object param1, Object param2)Issue a formatted log message with a level of TRACE.voidtracef(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, int arg)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, int arg1, int arg2)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, int arg1, int arg2, int arg3)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, int arg1, int arg2, Object arg3)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, int arg1, Object arg2)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, int arg1, Object arg2, Object arg3)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, long arg)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, long arg1, long arg2)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, long arg1, long arg2, long arg3)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, long arg1, long arg2, Object arg3)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, long arg1, Object arg2)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, long arg1, Object arg2, Object arg3)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, Object param1)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, Object... params)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of TRACE.voidtracef(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of TRACE.voidtracev(String format, Object param1)Issue a log message with a level of TRACE usingMessageFormat-style formatting.voidtracev(String format, Object... params)Issue a log message with a level of TRACE usingMessageFormat-style formatting.voidtracev(String format, Object param1, Object param2)Issue a log message with a level of TRACE usingMessageFormat-style formatting.voidtracev(String format, Object param1, Object param2, Object param3)Issue a log message with a level of TRACE usingMessageFormat-style formatting.voidtracev(Throwable t, String format, Object param1)Issue a log message with a level of TRACE usingMessageFormat-style formatting.voidtracev(Throwable t, String format, Object... params)Issue a log message with a level of TRACE usingMessageFormat-style formatting.voidtracev(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of TRACE usingMessageFormat-style formatting.voidtracev(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of TRACE usingMessageFormat-style formatting.voidwarn(Object message)Issue a log message with a level of WARN.voidwarn(Object message, Throwable t)Issue a log message and throwable with a level of WARN.voidwarn(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of WARN.voidwarn(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of WARN and a specific logger class name.voidwarnf(String format, Object param1)Issue a formatted log message with a level of WARN.voidwarnf(String format, Object... params)Issue a formatted log message with a level of WARN.voidwarnf(String format, Object param1, Object param2)Issue a formatted log message with a level of WARN.voidwarnf(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of WARN.voidwarnf(Throwable t, String format, Object param1)Issue a formatted log message with a level of WARN.voidwarnf(Throwable t, String format, Object... params)Issue a formatted log message with a level of WARN.voidwarnf(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of WARN.voidwarnf(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of WARN.voidwarnv(String format, Object param1)Issue a log message with a level of WARN usingMessageFormat-style formatting.voidwarnv(String format, Object... params)Issue a log message with a level of WARN usingMessageFormat-style formatting.voidwarnv(String format, Object param1, Object param2)Issue a log message with a level of WARN usingMessageFormat-style formatting.voidwarnv(String format, Object param1, Object param2, Object param3)Issue a log message with a level of WARN usingMessageFormat-style formatting.voidwarnv(Throwable t, String format, Object param1)Issue a log message with a level of WARN usingMessageFormat-style formatting.voidwarnv(Throwable t, String format, Object... params)Issue a log message with a level of WARN usingMessageFormat-style formatting.voidwarnv(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of WARN usingMessageFormat-style formatting.voidwarnv(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of WARN usingMessageFormat-style formatting.
-
-
-
Method Detail
-
isEnabled
boolean isEnabled(Logger.Level level)
Check to see if the given level is enabled for this logger.- Parameters:
level- the level to check for- Returns:
trueif messages may be logged at the given level,falseotherwise
-
isTraceEnabled
boolean isTraceEnabled()
Check to see if theTRACElevel is enabled for this logger.- Returns:
trueif messages logged atLogger.Level.TRACEmay be accepted,falseotherwise
-
trace
void trace(Object message)
Issue a log message with a level of TRACE.- Parameters:
message- the message
-
trace
void trace(Object message, Throwable t)
Issue a log message and throwable with a level of TRACE.- Parameters:
message- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messageparams- the message parameterst- the throwable
-
tracev
void tracev(String format, Object... params)
Issue a log message with a level of TRACE usingMessageFormat-style formatting.- Parameters:
format- the message format stringparams- the parameters
-
tracev
void tracev(String format, Object param1)
Issue a log message with a level of TRACE usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the sole parameter
-
tracev
void tracev(String format, Object param1, Object param2)
Issue a log message with a level of TRACE usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameter
-
tracev
void tracev(String format, Object param1, Object param2, Object param3)
Issue a log message with a level of TRACE usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
tracev
void tracev(Throwable t, String format, Object... params)
Issue a log message with a level of TRACE usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparams- the parameters
-
tracev
void tracev(Throwable t, String format, Object param1)
Issue a log message with a level of TRACE usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the sole parameter
-
tracev
void tracev(Throwable t, String format, Object param1, Object param2)
Issue a log message with a level of TRACE usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameter
-
tracev
void tracev(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a log message with a level of TRACE usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
tracef
void tracef(String format, Object... params)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparams- the parameters
-
tracef
void tracef(String format, Object param1)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the sole parameter
-
tracef
void tracef(String format, Object param1, Object param2)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameter
-
tracef
void tracef(String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
tracef
void tracef(Throwable t, String format, Object... params)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)params- the parameters
-
tracef
void tracef(Throwable t, String format, Object param1)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the sole parameter
-
tracef
void tracef(Throwable t, String format, Object param1, Object param2)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameter
-
tracef
void tracef(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameterparam3- the third parameter
-
tracef
void tracef(String format, int arg)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg- the parameter
-
tracef
void tracef(String format, int arg1, int arg2)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
tracef
void tracef(String format, int arg1, Object arg2)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
tracef
void tracef(String format, int arg1, int arg2, int arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(String format, int arg1, int arg2, Object arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(String format, int arg1, Object arg2, Object arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(Throwable t, String format, int arg)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg- the parameter
-
tracef
void tracef(Throwable t, String format, int arg1, int arg2)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
tracef
void tracef(Throwable t, String format, int arg1, Object arg2)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
tracef
void tracef(Throwable t, String format, int arg1, int arg2, int arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(Throwable t, String format, int arg1, int arg2, Object arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(Throwable t, String format, int arg1, Object arg2, Object arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(String format, long arg)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg- the parameter
-
tracef
void tracef(String format, long arg1, long arg2)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
tracef
void tracef(String format, long arg1, Object arg2)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
tracef
void tracef(String format, long arg1, long arg2, long arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(String format, long arg1, long arg2, Object arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(String format, long arg1, Object arg2, Object arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(Throwable t, String format, long arg)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg- the parameter
-
tracef
void tracef(Throwable t, String format, long arg1, long arg2)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
tracef
void tracef(Throwable t, String format, long arg1, Object arg2)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
tracef
void tracef(Throwable t, String format, long arg1, long arg2, long arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(Throwable t, String format, long arg1, long arg2, Object arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
tracef
void tracef(Throwable t, String format, long arg1, Object arg2, Object arg3)
Issue a formatted log message with a level of TRACE.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
isDebugEnabled
boolean isDebugEnabled()
Check to see if theDEBUGlevel is enabled for this logger.- Returns:
trueif messages logged atLogger.Level.DEBUGmay be accepted,falseotherwise
-
debug
void debug(Object message)
Issue a log message with a level of DEBUG.- Parameters:
message- the message
-
debug
void debug(Object message, Throwable t)
Issue a log message and throwable with a level of DEBUG.- Parameters:
message- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messageparams- the message parameterst- the throwable
-
debugv
void debugv(String format, Object... params)
Issue a log message with a level of DEBUG usingMessageFormat-style formatting.- Parameters:
format- the message format stringparams- the parameters
-
debugv
void debugv(String format, Object param1)
Issue a log message with a level of DEBUG usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the sole parameter
-
debugv
void debugv(String format, Object param1, Object param2)
Issue a log message with a level of DEBUG usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameter
-
debugv
void debugv(String format, Object param1, Object param2, Object param3)
Issue a log message with a level of DEBUG usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
debugv
void debugv(Throwable t, String format, Object... params)
Issue a log message with a level of DEBUG usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparams- the parameters
-
debugv
void debugv(Throwable t, String format, Object param1)
Issue a log message with a level of DEBUG usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the sole parameter
-
debugv
void debugv(Throwable t, String format, Object param1, Object param2)
Issue a log message with a level of DEBUG usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameter
-
debugv
void debugv(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a log message with a level of DEBUG usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
debugf
void debugf(String format, Object... params)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparams- the parameters
-
debugf
void debugf(String format, Object param1)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the sole parameter
-
debugf
void debugf(String format, Object param1, Object param2)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameter
-
debugf
void debugf(String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
debugf
void debugf(Throwable t, String format, Object... params)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)params- the parameters
-
debugf
void debugf(Throwable t, String format, Object param1)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the sole parameter
-
debugf
void debugf(Throwable t, String format, Object param1, Object param2)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameter
-
debugf
void debugf(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameterparam3- the third parameter
-
debugf
void debugf(String format, int arg)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg- the parameter
-
debugf
void debugf(String format, int arg1, int arg2)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
debugf
void debugf(String format, int arg1, Object arg2)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
debugf
void debugf(String format, int arg1, int arg2, int arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(String format, int arg1, int arg2, Object arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(String format, int arg1, Object arg2, Object arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(Throwable t, String format, int arg)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg- the parameter
-
debugf
void debugf(Throwable t, String format, int arg1, int arg2)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
debugf
void debugf(Throwable t, String format, int arg1, Object arg2)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
debugf
void debugf(Throwable t, String format, int arg1, int arg2, int arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(Throwable t, String format, int arg1, int arg2, Object arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(Throwable t, String format, int arg1, Object arg2, Object arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(String format, long arg)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg- the parameter
-
debugf
void debugf(String format, long arg1, long arg2)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
debugf
void debugf(String format, long arg1, Object arg2)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
debugf
void debugf(String format, long arg1, long arg2, long arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(String format, long arg1, long arg2, Object arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(String format, long arg1, Object arg2, Object arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
format- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(Throwable t, String format, long arg)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg- the parameter
-
debugf
void debugf(Throwable t, String format, long arg1, long arg2)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
debugf
void debugf(Throwable t, String format, long arg1, Object arg2)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameter
-
debugf
void debugf(Throwable t, String format, long arg1, long arg2, long arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(Throwable t, String format, long arg1, long arg2, Object arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
debugf
void debugf(Throwable t, String format, long arg1, Object arg2, Object arg3)
Issue a formatted log message with a level of DEBUG.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)arg1- the first parameterarg2- the second parameterarg3- the third parameter
-
isInfoEnabled
boolean isInfoEnabled()
Check to see if theINFOlevel is enabled for this logger.- Returns:
trueif messages logged atLogger.Level.INFOmay be accepted,falseotherwise
-
info
void info(Object message)
Issue a log message with a level of INFO.- Parameters:
message- the message
-
info
void info(Object message, Throwable t)
Issue a log message and throwable with a level of INFO.- Parameters:
message- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messageparams- the message parameterst- the throwable
-
infov
void infov(String format, Object... params)
Issue a log message with a level of INFO usingMessageFormat-style formatting.- Parameters:
format- the message format stringparams- the parameters
-
infov
void infov(String format, Object param1)
Issue a log message with a level of INFO usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the sole parameter
-
infov
void infov(String format, Object param1, Object param2)
Issue a log message with a level of INFO usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameter
-
infov
void infov(String format, Object param1, Object param2, Object param3)
Issue a log message with a level of INFO usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
infov
void infov(Throwable t, String format, Object... params)
Issue a log message with a level of INFO usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparams- the parameters
-
infov
void infov(Throwable t, String format, Object param1)
Issue a log message with a level of INFO usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the sole parameter
-
infov
void infov(Throwable t, String format, Object param1, Object param2)
Issue a log message with a level of INFO usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameter
-
infov
void infov(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a log message with a level of INFO usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
infof
void infof(String format, Object... params)
Issue a formatted log message with a level of INFO.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparams- the parameters
-
infof
void infof(String format, Object param1)
Issue a formatted log message with a level of INFO.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the sole parameter
-
infof
void infof(String format, Object param1, Object param2)
Issue a formatted log message with a level of INFO.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameter
-
infof
void infof(String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of INFO.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
infof
void infof(Throwable t, String format, Object... params)
Issue a formatted log message with a level of INFO.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)params- the parameters
-
infof
void infof(Throwable t, String format, Object param1)
Issue a formatted log message with a level of INFO.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the sole parameter
-
infof
void infof(Throwable t, String format, Object param1, Object param2)
Issue a formatted log message with a level of INFO.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameter
-
infof
void infof(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of INFO.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameterparam3- the third parameter
-
warn
void warn(Object message)
Issue a log message with a level of WARN.- Parameters:
message- the message
-
warn
void warn(Object message, Throwable t)
Issue a log message and throwable with a level of WARN.- Parameters:
message- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messageparams- the message parameterst- the throwable
-
warnv
void warnv(String format, Object... params)
Issue a log message with a level of WARN usingMessageFormat-style formatting.- Parameters:
format- the message format stringparams- the parameters
-
warnv
void warnv(String format, Object param1)
Issue a log message with a level of WARN usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the sole parameter
-
warnv
void warnv(String format, Object param1, Object param2)
Issue a log message with a level of WARN usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameter
-
warnv
void warnv(String format, Object param1, Object param2, Object param3)
Issue a log message with a level of WARN usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
warnv
void warnv(Throwable t, String format, Object... params)
Issue a log message with a level of WARN usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparams- the parameters
-
warnv
void warnv(Throwable t, String format, Object param1)
Issue a log message with a level of WARN usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the sole parameter
-
warnv
void warnv(Throwable t, String format, Object param1, Object param2)
Issue a log message with a level of WARN usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameter
-
warnv
void warnv(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a log message with a level of WARN usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
warnf
void warnf(String format, Object... params)
Issue a formatted log message with a level of WARN.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparams- the parameters
-
warnf
void warnf(String format, Object param1)
Issue a formatted log message with a level of WARN.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the sole parameter
-
warnf
void warnf(String format, Object param1, Object param2)
Issue a formatted log message with a level of WARN.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameter
-
warnf
void warnf(String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of WARN.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
warnf
void warnf(Throwable t, String format, Object... params)
Issue a formatted log message with a level of WARN.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)params- the parameters
-
warnf
void warnf(Throwable t, String format, Object param1)
Issue a formatted log message with a level of WARN.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the sole parameter
-
warnf
void warnf(Throwable t, String format, Object param1, Object param2)
Issue a formatted log message with a level of WARN.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameter
-
warnf
void warnf(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of WARN.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameterparam3- the third parameter
-
error
void error(Object message)
Issue a log message with a level of ERROR.- Parameters:
message- the message
-
error
void error(Object message, Throwable t)
Issue a log message and throwable with a level of ERROR.- Parameters:
message- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messageparams- the message parameterst- the throwable
-
errorv
void errorv(String format, Object... params)
Issue a log message with a level of ERROR usingMessageFormat-style formatting.- Parameters:
format- the message format stringparams- the parameters
-
errorv
void errorv(String format, Object param1)
Issue a log message with a level of ERROR usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the sole parameter
-
errorv
void errorv(String format, Object param1, Object param2)
Issue a log message with a level of ERROR usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameter
-
errorv
void errorv(String format, Object param1, Object param2, Object param3)
Issue a log message with a level of ERROR usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
errorv
void errorv(Throwable t, String format, Object... params)
Issue a log message with a level of ERROR usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparams- the parameters
-
errorv
void errorv(Throwable t, String format, Object param1)
Issue a log message with a level of ERROR usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the sole parameter
-
errorv
void errorv(Throwable t, String format, Object param1, Object param2)
Issue a log message with a level of ERROR usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameter
-
errorv
void errorv(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a log message with a level of ERROR usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
errorf
void errorf(String format, Object... params)
Issue a formatted log message with a level of ERROR.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparams- the parameters
-
errorf
void errorf(String format, Object param1)
Issue a formatted log message with a level of ERROR.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the sole parameter
-
errorf
void errorf(String format, Object param1, Object param2)
Issue a formatted log message with a level of ERROR.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameter
-
errorf
void errorf(String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of ERROR.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
errorf
void errorf(Throwable t, String format, Object... params)
Issue a formatted log message with a level of ERROR.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)params- the parameters
-
errorf
void errorf(Throwable t, String format, Object param1)
Issue a formatted log message with a level of ERROR.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the sole parameter
-
errorf
void errorf(Throwable t, String format, Object param1, Object param2)
Issue a formatted log message with a level of ERROR.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameter
-
errorf
void errorf(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of ERROR.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameterparam3- the third parameter
-
fatal
void fatal(Object message)
Issue a log message with a level of FATAL.- Parameters:
message- the message
-
fatal
void fatal(Object message, Throwable t)
Issue a log message and throwable with a level of FATAL.- Parameters:
message- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messaget- the throwable
-
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.- Parameters:
loggerFqcn- the logger class namemessage- the messageparams- the message parameterst- the throwable
-
fatalv
void fatalv(String format, Object... params)
Issue a log message with a level of FATAL usingMessageFormat-style formatting.- Parameters:
format- the message format stringparams- the parameters
-
fatalv
void fatalv(String format, Object param1)
Issue a log message with a level of FATAL usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the sole parameter
-
fatalv
void fatalv(String format, Object param1, Object param2)
Issue a log message with a level of FATAL usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameter
-
fatalv
void fatalv(String format, Object param1, Object param2, Object param3)
Issue a log message with a level of FATAL usingMessageFormat-style formatting.- Parameters:
format- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
fatalv
void fatalv(Throwable t, String format, Object... params)
Issue a log message with a level of FATAL usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparams- the parameters
-
fatalv
void fatalv(Throwable t, String format, Object param1)
Issue a log message with a level of FATAL usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the sole parameter
-
fatalv
void fatalv(Throwable t, String format, Object param1, Object param2)
Issue a log message with a level of FATAL usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameter
-
fatalv
void fatalv(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a log message with a level of FATAL usingMessageFormat-style formatting.- Parameters:
t- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
fatalf
void fatalf(String format, Object... params)
Issue a formatted log message with a level of FATAL.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparams- the parameters
-
fatalf
void fatalf(String format, Object param1)
Issue a formatted log message with a level of FATAL.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the sole parameter
-
fatalf
void fatalf(String format, Object param1, Object param2)
Issue a formatted log message with a level of FATAL.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameter
-
fatalf
void fatalf(String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of FATAL.- Parameters:
format- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
fatalf
void fatalf(Throwable t, String format, Object... params)
Issue a formatted log message with a level of FATAL.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)params- the parameters
-
fatalf
void fatalf(Throwable t, String format, Object param1)
Issue a formatted log message with a level of FATAL.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the sole parameter
-
fatalf
void fatalf(Throwable t, String format, Object param1, Object param2)
Issue a formatted log message with a level of FATAL.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameter
-
fatalf
void fatalf(Throwable t, String format, Object param1, Object param2, Object param3)
Issue a formatted log message with a level of FATAL.- Parameters:
t- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameterparam3- the third parameter
-
log
void log(Logger.Level level, Object message)
Log a message at the given level.- Parameters:
level- the levelmessage- the message
-
log
void log(Logger.Level level, Object message, Throwable t)
Issue a log message and throwable at the given log level.- Parameters:
level- the levelmessage- the messaget- the throwable
-
log
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.- Parameters:
level- the levelloggerFqcn- the logger class namemessage- the messaget- the throwable
-
log
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.- Parameters:
loggerFqcn- the logger class namelevel- the levelmessage- the messageparams- the message parameterst- the throwable
-
logv
void logv(Logger.Level level, String format, Object... params)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
level- the levelformat- the message format stringparams- the parameters
-
logv
void logv(Logger.Level level, String format, Object param1)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
level- the levelformat- the message format stringparam1- the sole parameter
-
logv
void logv(Logger.Level level, String format, Object param1, Object param2)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
level- the levelformat- the message format stringparam1- the first parameterparam2- the second parameter
-
logv
void logv(Logger.Level level, String format, Object param1, Object param2, Object param3)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
level- the levelformat- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
logv
void logv(Logger.Level level, Throwable t, String format, Object... params)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
level- the levelt- the throwableformat- the message format stringparams- the parameters
-
logv
void logv(Logger.Level level, Throwable t, String format, Object param1)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
level- the levelt- the throwableformat- the message format stringparam1- the sole parameter
-
logv
void logv(Logger.Level level, Throwable t, String format, Object param1, Object param2)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
level- the levelt- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameter
-
logv
void logv(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
level- the levelt- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
logv
void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
loggerFqcn- the logger class namelevel- the levelt- the throwableformat- the message format stringparams- the parameters
-
logv
void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
loggerFqcn- the logger class namelevel- the levelt- the throwableformat- the message format stringparam1- the sole parameter
-
logv
void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
Issue a log message at the given log level usingMessageFormat-style formatting.- Parameters:
loggerFqcn- the logger class namelevel- the levelt- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameter
-
logv
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 usingMessageFormat-style formatting.- Parameters:
loggerFqcn- the logger class namelevel- the levelt- the throwableformat- the message format stringparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
logf
void logf(Logger.Level level, String format, Object... params)
Issue a formatted log message at the given log level.- Parameters:
level- the levelformat- the format string as perString.format(String, Object...)or resource bundle key thereforparams- the parameters
-
logf
void logf(Logger.Level level, String format, Object param1)
Issue a formatted log message at the given log level.- Parameters:
level- the levelformat- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the sole parameter
-
logf
void logf(Logger.Level level, String format, Object param1, Object param2)
Issue a formatted log message at the given log level.- Parameters:
level- the levelformat- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameter
-
logf
void logf(Logger.Level level, String format, Object param1, Object param2, Object param3)
Issue a formatted log message at the given log level.- Parameters:
level- the levelformat- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
logf
void logf(Logger.Level level, Throwable t, String format, Object... params)
Issue a formatted log message at the given log level.- Parameters:
level- the levelt- the throwableformat- the format string, as perString.format(String, Object...)params- the parameters
-
logf
void logf(Logger.Level level, Throwable t, String format, Object param1)
Issue a formatted log message at the given log level.- Parameters:
level- the levelt- the throwableformat- the format string, as perString.format(String, Object...)param1- the sole parameter
-
logf
void logf(Logger.Level level, Throwable t, String format, Object param1, Object param2)
Issue a formatted log message at the given log level.- Parameters:
level- the levelt- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameter
-
logf
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.- Parameters:
level- the levelt- the throwableformat- the format string, as perString.format(String, Object...)param1- the first parameterparam2- the second parameterparam3- the third parameter
-
logf
void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
Log a message at the given level.- Parameters:
loggerFqcn- the logger class namelevel- the levelt- the throwable causeformat- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the sole parameter
-
logf
void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
Log a message at the given level.- Parameters:
loggerFqcn- the logger class namelevel- the levelt- the throwable causeformat- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameter
-
logf
void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
Log a message at the given level.- Parameters:
loggerFqcn- the logger class namelevel- the levelt- the throwable causeformat- the format string as perString.format(String, Object...)or resource bundle key thereforparam1- the first parameterparam2- the second parameterparam3- the third parameter
-
logf
void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
Log a message at the given level.- Parameters:
loggerFqcn- the logger class namelevel- the levelt- the throwable causeformat- the format string as perString.format(String, Object...)or resource bundle key thereforparams- the message parameters
-
-