Package io.quarkus.logging
Class Log
- java.lang.Object
-
- io.quarkus.logging.Log
-
public final class Log extends Object
Copy ofBasicLogger. Invocations of allstaticmethods of this class are, during build time, replaced by invocations of the same methods on a generated instance ofLogger.
-
-
Constructor Summary
Constructors Constructor Description Log()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(Object message)Issue a log message with a level of DEBUG.static voiddebug(Object message, Throwable t)Issue a log message and throwable with a level of DEBUG.static voiddebug(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of DEBUG.static voiddebug(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of DEBUG and a specific logger class name.static voiddebugf(String format, int arg)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, int arg1, int arg2)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, int arg1, int arg2, int arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, int arg1, int arg2, Object arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, int arg1, Object arg2)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, int arg1, Object arg2, Object arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, long arg)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, long arg1, long arg2)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, long arg1, long arg2, long arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, long arg1, long arg2, Object arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, long arg1, Object arg2)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, long arg1, Object arg2, Object arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, Object param1)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, Object... params)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, Object param1, Object param2)Issue a formatted log message with a level of DEBUG.static voiddebugf(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, int arg)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, int arg1, int arg2)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, int arg1, int arg2, int arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, int arg1, int arg2, Object arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, int arg1, Object arg2)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, int arg1, Object arg2, Object arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, long arg)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, long arg1, long arg2)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, long arg1, long arg2, long arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, long arg1, long arg2, Object arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, long arg1, Object arg2)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, long arg1, Object arg2, Object arg3)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, Object param1)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, Object... params)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of DEBUG.static voiddebugf(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of DEBUG.static voiddebugv(String format, Object param1)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.static voiddebugv(String format, Object... params)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.static voiddebugv(String format, Object param1, Object param2)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.static voiddebugv(String format, Object param1, Object param2, Object param3)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.static voiddebugv(Throwable t, String format, Object param1)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.static voiddebugv(Throwable t, String format, Object... params)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.static voiddebugv(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.static voiddebugv(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of DEBUG usingMessageFormat-style formatting.static voiderror(Object message)Issue a log message with a level of ERROR.static voiderror(Object message, Throwable t)Issue a log message and throwable with a level of ERROR.static voiderror(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of ERROR.static voiderror(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of ERROR and a specific logger class name.static voiderrorf(String format, Object param1)Issue a formatted log message with a level of ERROR.static voiderrorf(String format, Object... params)Issue a formatted log message with a level of ERROR.static voiderrorf(String format, Object param1, Object param2)Issue a formatted log message with a level of ERROR.static voiderrorf(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of ERROR.static voiderrorf(Throwable t, String format, Object param1)Issue a formatted log message with a level of ERROR.static voiderrorf(Throwable t, String format, Object... params)Issue a formatted log message with a level of ERROR.static voiderrorf(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of ERROR.static voiderrorf(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of ERROR.static voiderrorv(String format, Object param1)Issue a log message with a level of ERROR usingMessageFormat-style formatting.static voiderrorv(String format, Object... params)Issue a log message with a level of ERROR usingMessageFormat-style formatting.static voiderrorv(String format, Object param1, Object param2)Issue a log message with a level of ERROR usingMessageFormat-style formatting.static voiderrorv(String format, Object param1, Object param2, Object param3)Issue a log message with a level of ERROR usingMessageFormat-style formatting.static voiderrorv(Throwable t, String format, Object param1)Issue a log message with a level of ERROR usingMessageFormat-style formatting.static voiderrorv(Throwable t, String format, Object... params)Issue a log message with a level of ERROR usingMessageFormat-style formatting.static voiderrorv(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of ERROR usingMessageFormat-style formatting.static voiderrorv(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of ERROR usingMessageFormat-style formatting.static voidfatal(Object message)Issue a log message with a level of FATAL.static voidfatal(Object message, Throwable t)Issue a log message and throwable with a level of FATAL.static voidfatal(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of FATAL.static voidfatal(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of FATAL and a specific logger class name.static voidfatalf(String format, Object param1)Issue a formatted log message with a level of FATAL.static voidfatalf(String format, Object... params)Issue a formatted log message with a level of FATAL.static voidfatalf(String format, Object param1, Object param2)Issue a formatted log message with a level of FATAL.static voidfatalf(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of FATAL.static voidfatalf(Throwable t, String format, Object param1)Issue a formatted log message with a level of FATAL.static voidfatalf(Throwable t, String format, Object... params)Issue a formatted log message with a level of FATAL.static voidfatalf(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of FATAL.static voidfatalf(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of FATAL.static voidfatalv(String format, Object param1)Issue a log message with a level of FATAL usingMessageFormat-style formatting.static voidfatalv(String format, Object... params)Issue a log message with a level of FATAL usingMessageFormat-style formatting.static voidfatalv(String format, Object param1, Object param2)Issue a log message with a level of FATAL usingMessageFormat-style formatting.static voidfatalv(String format, Object param1, Object param2, Object param3)Issue a log message with a level of FATAL usingMessageFormat-style formatting.static voidfatalv(Throwable t, String format, Object param1)Issue a log message with a level of FATAL usingMessageFormat-style formatting.static voidfatalv(Throwable t, String format, Object... params)Issue a log message with a level of FATAL usingMessageFormat-style formatting.static voidfatalv(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of FATAL usingMessageFormat-style formatting.static voidfatalv(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of FATAL usingMessageFormat-style formatting.static voidinfo(Object message)Issue a log message with a level of INFO.static voidinfo(Object message, Throwable t)Issue a log message and throwable with a level of INFO.static voidinfo(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of INFO.static voidinfo(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of INFO and a specific logger class name.static voidinfof(String format, Object param1)Issue a formatted log message with a level of INFO.static voidinfof(String format, Object... params)Issue a formatted log message with a level of INFO.static voidinfof(String format, Object param1, Object param2)Issue a formatted log message with a level of INFO.static voidinfof(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of INFO.static voidinfof(Throwable t, String format, Object param1)Issue a formatted log message with a level of INFO.static voidinfof(Throwable t, String format, Object... params)Issue a formatted log message with a level of INFO.static voidinfof(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of INFO.static voidinfof(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of INFO.static voidinfov(String format, Object param1)Issue a log message with a level of INFO usingMessageFormat-style formatting.static voidinfov(String format, Object... params)Issue a log message with a level of INFO usingMessageFormat-style formatting.static voidinfov(String format, Object param1, Object param2)Issue a log message with a level of INFO usingMessageFormat-style formatting.static voidinfov(String format, Object param1, Object param2, Object param3)Issue a log message with a level of INFO usingMessageFormat-style formatting.static voidinfov(Throwable t, String format, Object param1)Issue a log message with a level of INFO usingMessageFormat-style formatting.static voidinfov(Throwable t, String format, Object... params)Issue a log message with a level of INFO usingMessageFormat-style formatting.static voidinfov(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of INFO usingMessageFormat-style formatting.static voidinfov(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of INFO usingMessageFormat-style formatting.static booleanisDebugEnabled()Check to see if theDEBUGlevel is enabled for this logger.static booleanisEnabled(org.jboss.logging.Logger.Level level)Check to see if the given level is enabled for this logger.static booleanisInfoEnabled()Check to see if theINFOlevel is enabled for this logger.static booleanisTraceEnabled()Check to see if theTRACElevel is enabled for this logger.static voidlog(String loggerFqcn, org.jboss.logging.Logger.Level level, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable at the given log level.static voidlog(org.jboss.logging.Logger.Level level, Object message)Log a message at the given level.static voidlog(org.jboss.logging.Logger.Level level, Object message, Throwable t)Issue a log message and throwable at the given log level.static voidlog(org.jboss.logging.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.static voidlogf(String loggerFqcn, org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1)Log a message at the given level.static voidlogf(String loggerFqcn, org.jboss.logging.Logger.Level level, Throwable t, String format, Object... params)Log a message at the given level.static voidlogf(String loggerFqcn, org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1, Object param2)Log a message at the given level.static voidlogf(String loggerFqcn, org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)Log a message at the given level.static voidlogf(org.jboss.logging.Logger.Level level, String format, Object param1)Issue a formatted log message at the given log level.static voidlogf(org.jboss.logging.Logger.Level level, String format, Object... params)Issue a formatted log message at the given log level.static voidlogf(org.jboss.logging.Logger.Level level, String format, Object param1, Object param2)Issue a formatted log message at the given log level.static voidlogf(org.jboss.logging.Logger.Level level, String format, Object param1, Object param2, Object param3)Issue a formatted log message at the given log level.static voidlogf(org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1)Issue a formatted log message at the given log level.static voidlogf(org.jboss.logging.Logger.Level level, Throwable t, String format, Object... params)Issue a formatted log message at the given log level.static voidlogf(org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1, Object param2)Issue a formatted log message at the given log level.static voidlogf(org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message at the given log level.static voidlogv(String loggerFqcn, org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(String loggerFqcn, org.jboss.logging.Logger.Level level, Throwable t, String format, Object... params)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(String loggerFqcn, org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1, Object param2)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(String loggerFqcn, org.jboss.logging.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.static voidlogv(org.jboss.logging.Logger.Level level, String format, Object param1)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(org.jboss.logging.Logger.Level level, String format, Object... params)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(org.jboss.logging.Logger.Level level, String format, Object param1, Object param2)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(org.jboss.logging.Logger.Level level, String format, Object param1, Object param2, Object param3)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(org.jboss.logging.Logger.Level level, Throwable t, String format, Object... params)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(org.jboss.logging.Logger.Level level, Throwable t, String format, Object param1, Object param2)Issue a log message at the given log level usingMessageFormat-style formatting.static voidlogv(org.jboss.logging.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.static voidtrace(Object message)Issue a log message with a level of TRACE.static voidtrace(Object message, Throwable t)Issue a log message and throwable with a level of TRACE.static voidtrace(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of TRACE.static voidtrace(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of TRACE and a specific logger class name.static voidtracef(String format, int arg)Issue a formatted log message with a level of TRACE.static voidtracef(String format, int arg1, int arg2)Issue a formatted log message with a level of TRACE.static voidtracef(String format, int arg1, int arg2, int arg3)Issue a formatted log message with a level of TRACE.static voidtracef(String format, int arg1, int arg2, Object arg3)Issue a formatted log message with a level of TRACE.static voidtracef(String format, int arg1, Object arg2)Issue a formatted log message with a level of TRACE.static voidtracef(String format, int arg1, Object arg2, Object arg3)Issue a formatted log message with a level of TRACE.static voidtracef(String format, long arg)Issue a formatted log message with a level of TRACE.static voidtracef(String format, long arg1, long arg2)Issue a formatted log message with a level of TRACE.static voidtracef(String format, long arg1, long arg2, long arg3)Issue a formatted log message with a level of TRACE.static voidtracef(String format, long arg1, long arg2, Object arg3)Issue a formatted log message with a level of TRACE.static voidtracef(String format, long arg1, Object arg2)Issue a formatted log message with a level of TRACE.static voidtracef(String format, long arg1, Object arg2, Object arg3)Issue a formatted log message with a level of TRACE.static voidtracef(String format, Object param1)Issue a formatted log message with a level of TRACE.static voidtracef(String format, Object... params)Issue a formatted log message with a level of TRACE.static voidtracef(String format, Object param1, Object param2)Issue a formatted log message with a level of TRACE.static voidtracef(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, int arg)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, int arg1, int arg2)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, int arg1, int arg2, int arg3)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, int arg1, int arg2, Object arg3)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, int arg1, Object arg2)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, int arg1, Object arg2, Object arg3)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, long arg)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, long arg1, long arg2)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, long arg1, long arg2, long arg3)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, long arg1, long arg2, Object arg3)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, long arg1, Object arg2)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, long arg1, Object arg2, Object arg3)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, Object param1)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, Object... params)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of TRACE.static voidtracef(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of TRACE.static voidtracev(String format, Object param1)Issue a log message with a level of TRACE usingMessageFormat-style formatting.static voidtracev(String format, Object... params)Issue a log message with a level of TRACE usingMessageFormat-style formatting.static voidtracev(String format, Object param1, Object param2)Issue a log message with a level of TRACE usingMessageFormat-style formatting.static voidtracev(String format, Object param1, Object param2, Object param3)Issue a log message with a level of TRACE usingMessageFormat-style formatting.static voidtracev(Throwable t, String format, Object param1)Issue a log message with a level of TRACE usingMessageFormat-style formatting.static voidtracev(Throwable t, String format, Object... params)Issue a log message with a level of TRACE usingMessageFormat-style formatting.static voidtracev(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of TRACE usingMessageFormat-style formatting.static voidtracev(Throwable t, String format, Object param1, Object param2, Object param3)Issue a log message with a level of TRACE usingMessageFormat-style formatting.static voidwarn(Object message)Issue a log message with a level of WARN.static voidwarn(Object message, Throwable t)Issue a log message and throwable with a level of WARN.static voidwarn(String loggerFqcn, Object message, Object[] params, Throwable t)Issue a log message with parameters and a throwable with a level of WARN.static voidwarn(String loggerFqcn, Object message, Throwable t)Issue a log message and throwable with a level of WARN and a specific logger class name.static voidwarnf(String format, Object param1)Issue a formatted log message with a level of WARN.static voidwarnf(String format, Object... params)Issue a formatted log message with a level of WARN.static voidwarnf(String format, Object param1, Object param2)Issue a formatted log message with a level of WARN.static voidwarnf(String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of WARN.static voidwarnf(Throwable t, String format, Object param1)Issue a formatted log message with a level of WARN.static voidwarnf(Throwable t, String format, Object... params)Issue a formatted log message with a level of WARN.static voidwarnf(Throwable t, String format, Object param1, Object param2)Issue a formatted log message with a level of WARN.static voidwarnf(Throwable t, String format, Object param1, Object param2, Object param3)Issue a formatted log message with a level of WARN.static voidwarnv(String format, Object param1)Issue a log message with a level of WARN usingMessageFormat-style formatting.static voidwarnv(String format, Object... params)Issue a log message with a level of WARN usingMessageFormat-style formatting.static voidwarnv(String format, Object param1, Object param2)Issue a log message with a level of WARN usingMessageFormat-style formatting.static voidwarnv(String format, Object param1, Object param2, Object param3)Issue a log message with a level of WARN usingMessageFormat-style formatting.static voidwarnv(Throwable t, String format, Object param1)Issue a log message with a level of WARN usingMessageFormat-style formatting.static voidwarnv(Throwable t, String format, Object... params)Issue a log message with a level of WARN usingMessageFormat-style formatting.static voidwarnv(Throwable t, String format, Object param1, Object param2)Issue a log message with a level of WARN usingMessageFormat-style formatting.static 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
public static boolean isEnabled(org.jboss.logging.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
public static boolean isTraceEnabled()
Check to see if theTRACElevel is enabled for this logger.- Returns:
trueif messages logged atLogger.Level.TRACEmay be accepted,falseotherwise
-
trace
public static void trace(Object message)
Issue a log message with a level of TRACE.- Parameters:
message- the message
-
trace
public static void trace(Object message, Throwable t)
Issue a log message and throwable with a level of TRACE.- Parameters:
message- the messaget- the throwable
-
trace
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static boolean isDebugEnabled()
Check to see if theDEBUGlevel is enabled for this logger.- Returns:
trueif messages logged atLogger.Level.DEBUGmay be accepted,falseotherwise
-
debug
public static void debug(Object message)
Issue a log message with a level of DEBUG.- Parameters:
message- the message
-
debug
public static void debug(Object message, Throwable t)
Issue a log message and throwable with a level of DEBUG.- Parameters:
message- the messaget- the throwable
-
debug
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static boolean isInfoEnabled()
Check to see if theINFOlevel is enabled for this logger.- Returns:
trueif messages logged atLogger.Level.INFOmay be accepted,falseotherwise
-
info
public static void info(Object message)
Issue a log message with a level of INFO.- Parameters:
message- the message
-
info
public static void info(Object message, Throwable t)
Issue a log message and throwable with a level of INFO.- Parameters:
message- the messaget- the throwable
-
info
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static void warn(Object message)
Issue a log message with a level of WARN.- Parameters:
message- the message
-
warn
public static void warn(Object message, Throwable t)
Issue a log message and throwable with a level of WARN.- Parameters:
message- the messaget- the throwable
-
warn
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static void error(Object message)
Issue a log message with a level of ERROR.- Parameters:
message- the message
-
error
public static void error(Object message, Throwable t)
Issue a log message and throwable with a level of ERROR.- Parameters:
message- the messaget- the throwable
-
error
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static void fatal(Object message)
Issue a log message with a level of FATAL.- Parameters:
message- the message
-
fatal
public static void fatal(Object message, Throwable t)
Issue a log message and throwable with a level of FATAL.- Parameters:
message- the messaget- the throwable
-
fatal
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static void log(org.jboss.logging.Logger.Level level, Object message)Log a message at the given level.- Parameters:
level- the levelmessage- the message
-
log
public static void log(org.jboss.logging.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
public static void log(org.jboss.logging.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
public static void log(String loggerFqcn, org.jboss.logging.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
public static void logv(org.jboss.logging.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
public static void logv(org.jboss.logging.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
public static void logv(org.jboss.logging.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
public static void logv(org.jboss.logging.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
public static void logv(org.jboss.logging.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
public static void logv(org.jboss.logging.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
public static void logv(org.jboss.logging.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
public static void logv(org.jboss.logging.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
public static void logv(String loggerFqcn, org.jboss.logging.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
public static void logv(String loggerFqcn, org.jboss.logging.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
public static void logv(String loggerFqcn, org.jboss.logging.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
public static void logv(String loggerFqcn, org.jboss.logging.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
public static void logf(org.jboss.logging.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
public static void logf(org.jboss.logging.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
public static void logf(org.jboss.logging.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
public static void logf(org.jboss.logging.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
public static void logf(org.jboss.logging.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
public static void logf(org.jboss.logging.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
public static void logf(org.jboss.logging.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
public static void logf(org.jboss.logging.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
public static void logf(String loggerFqcn, org.jboss.logging.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
public static void logf(String loggerFqcn, org.jboss.logging.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
public static void logf(String loggerFqcn, org.jboss.logging.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
public static void logf(String loggerFqcn, org.jboss.logging.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
-
-