Package org.jboss.logging
Class DelegatingBasicLogger
java.lang.Object
org.jboss.logging.DelegatingBasicLogger
- All Implemented Interfaces:
Serializable
,BasicLogger
A serializable, delegating basic logger instance.
- Author:
- David M. Lloyd
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Issue a log message with a level of DEBUG.void
Issue a log message and throwable with a level of DEBUG.void
Issue a log message with parameters and a throwable with a level of DEBUG.void
Issue a log message and throwable with a level of DEBUG and a specific logger class name.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a formatted log message with a level of DEBUG.void
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.void
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.void
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.void
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.void
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.void
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.void
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.void
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.void
Issue a log message with a level of ERROR.void
Issue a log message and throwable with a level of ERROR.void
Issue a log message with parameters and a throwable with a level of ERROR.void
Issue a log message and throwable with a level of ERROR and a specific logger class name.void
Issue a formatted log message with a level of ERROR.void
Issue a formatted log message with a level of ERROR.void
Issue a formatted log message with a level of ERROR.void
Issue a formatted log message with a level of ERROR.void
Issue a formatted log message with a level of ERROR.void
Issue a formatted log message with a level of ERROR.void
Issue a formatted log message with a level of ERROR.void
Issue a formatted log message with a level of ERROR.void
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.void
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.void
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.void
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.void
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.void
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.void
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.void
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.void
Issue a log message with a level of FATAL.void
Issue a log message and throwable with a level of FATAL.void
Issue a log message with parameters and a throwable with a level of FATAL.void
Issue a log message and throwable with a level of FATAL and a specific logger class name.void
Issue a formatted log message with a level of FATAL.void
Issue a formatted log message with a level of FATAL.void
Issue a formatted log message with a level of FATAL.void
Issue a formatted log message with a level of FATAL.void
Issue a formatted log message with a level of FATAL.void
Issue a formatted log message with a level of FATAL.void
Issue a formatted log message with a level of FATAL.void
Issue a formatted log message with a level of FATAL.void
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.void
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.void
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.void
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.void
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.void
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.void
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.void
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.void
Issue a log message with a level of INFO.void
Issue a log message and throwable with a level of INFO.void
Issue a log message with parameters and a throwable with a level of INFO.void
Issue a log message and throwable with a level of INFO and a specific logger class name.void
Issue a formatted log message with a level of INFO.void
Issue a formatted log message with a level of INFO.void
Issue a formatted log message with a level of INFO.void
Issue a formatted log message with a level of INFO.void
Issue a formatted log message with a level of INFO.void
Issue a formatted log message with a level of INFO.void
Issue a formatted log message with a level of INFO.void
Issue a formatted log message with a level of INFO.void
Issue a log message with a level of INFO usingMessageFormat
-style formatting.void
Issue a log message with a level of INFO usingMessageFormat
-style formatting.void
Issue a log message with a level of INFO usingMessageFormat
-style formatting.void
Issue a log message with a level of INFO usingMessageFormat
-style formatting.void
Issue a log message with a level of INFO usingMessageFormat
-style formatting.void
Issue a log message with a level of INFO usingMessageFormat
-style formatting.void
Issue a log message with a level of INFO usingMessageFormat
-style formatting.void
Issue a log message with a level of INFO usingMessageFormat
-style formatting.boolean
Check to see if theDEBUG
level is enabled for this logger.boolean
isEnabled
(Logger.Level level) Check to see if the given level is enabled for this logger.boolean
Check to see if theINFO
level is enabled for this logger.boolean
Check to see if theTRACE
level is enabled for this logger.void
Issue a log message with parameters and a throwable at the given log level.void
log
(Logger.Level level, Object message) Log a message at the given level.void
log
(Logger.Level level, Object message, Throwable t) Issue a log message and throwable at the given log level.void
log
(Logger.Level level, String loggerFqcn, Object message, Throwable t) Issue a log message and throwable at the given log level and a specific logger class name.void
Log a message at the given level.void
Log a message at the given level.void
logf
(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2) Log a message at the given level.void
logf
(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3) Log a message at the given level.void
logf
(Logger.Level level, String format, Object param1) Issue a formatted log message at the given log level.void
logf
(Logger.Level level, String format, Object... params) Issue a formatted log message at the given log level.void
logf
(Logger.Level level, String format, Object param1, Object param2) Issue a formatted log message at the given log level.void
Issue a formatted log message at the given log level.void
logf
(Logger.Level level, Throwable t, String format, Object param1) Issue a formatted log message at the given log level.void
logf
(Logger.Level level, Throwable t, String format, Object... params) Issue a formatted log message at the given log level.void
Issue a formatted log message at the given log level.void
Issue a formatted log message at the given log level.void
Issue a log message at the given log level usingMessageFormat
-style formatting.void
Issue a log message at the given log level usingMessageFormat
-style formatting.void
logv
(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2) Issue a log message at the given log level usingMessageFormat
-style formatting.void
logv
(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3) Issue a log message at the given log level usingMessageFormat
-style formatting.void
logv
(Logger.Level level, String format, Object param1) Issue a log message at the given log level usingMessageFormat
-style formatting.void
logv
(Logger.Level level, String format, Object... params) Issue a log message at the given log level usingMessageFormat
-style formatting.void
logv
(Logger.Level level, String format, Object param1, Object param2) Issue a log message at the given log level usingMessageFormat
-style formatting.void
Issue a log message at the given log level usingMessageFormat
-style formatting.void
logv
(Logger.Level level, Throwable t, String format, Object param1) Issue a log message at the given log level usingMessageFormat
-style formatting.void
logv
(Logger.Level level, Throwable t, String format, Object... params) Issue a log message at the given log level usingMessageFormat
-style formatting.void
Issue a log message at the given log level usingMessageFormat
-style formatting.void
Issue a log message at the given log level usingMessageFormat
-style formatting.void
Issue a log message with a level of TRACE.void
Issue a log message and throwable with a level of TRACE.void
Issue a log message with parameters and a throwable with a level of TRACE.void
Issue a log message and throwable with a level of TRACE and a specific logger class name.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a formatted log message with a level of TRACE.void
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.void
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.void
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.void
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.void
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.void
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.void
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.void
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.void
Issue a log message with a level of WARN.void
Issue a log message and throwable with a level of WARN.void
Issue a log message with parameters and a throwable with a level of WARN.void
Issue a log message and throwable with a level of WARN and a specific logger class name.void
Issue a formatted log message with a level of WARN.void
Issue a formatted log message with a level of WARN.void
Issue a formatted log message with a level of WARN.void
Issue a formatted log message with a level of WARN.void
Issue a formatted log message with a level of WARN.void
Issue a formatted log message with a level of WARN.void
Issue a formatted log message with a level of WARN.void
Issue a formatted log message with a level of WARN.void
Issue a log message with a level of WARN usingMessageFormat
-style formatting.void
Issue a log message with a level of WARN usingMessageFormat
-style formatting.void
Issue a log message with a level of WARN usingMessageFormat
-style formatting.void
Issue a log message with a level of WARN usingMessageFormat
-style formatting.void
Issue a log message with a level of WARN usingMessageFormat
-style formatting.void
Issue a log message with a level of WARN usingMessageFormat
-style formatting.void
Issue a log message with a level of WARN usingMessageFormat
-style formatting.void
Issue a log message with a level of WARN usingMessageFormat
-style formatting.
-
Field Details
-
log
The delegate logger.
-
-
Constructor Details
-
DelegatingBasicLogger
Construct a new instance.- Parameters:
log
- the logger to which calls should be delegated
-
-
Method Details
-
isTraceEnabled
public boolean isTraceEnabled()Description copied from interface:BasicLogger
Check to see if theTRACE
level is enabled for this logger.- Specified by:
isTraceEnabled
in interfaceBasicLogger
- Returns:
true
if messages logged atLogger.Level.TRACE
may be accepted,false
otherwise
-
trace
Description copied from interface:BasicLogger
Issue a log message with a level of TRACE.- Specified by:
trace
in interfaceBasicLogger
- Parameters:
message
- the message
-
trace
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of TRACE.- Specified by:
trace
in interfaceBasicLogger
- Parameters:
message
- the messaget
- the throwable
-
trace
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of TRACE and a specific logger class name.- Specified by:
trace
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messaget
- the throwable
-
trace
Description copied from interface:BasicLogger
Issue a log message with parameters and a throwable with a level of TRACE.- Specified by:
trace
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwable
-
tracev
Description copied from interface:BasicLogger
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.- Specified by:
tracev
in interfaceBasicLogger
- Parameters:
format
- the message format stringparams
- the parameters
-
tracev
Description copied from interface:BasicLogger
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.- Specified by:
tracev
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the sole parameter
-
tracev
Description copied from interface:BasicLogger
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.- Specified by:
tracev
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
tracev
Description copied from interface:BasicLogger
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.- Specified by:
tracev
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
tracev
Description copied from interface:BasicLogger
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.- Specified by:
tracev
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparams
- the parameters
-
tracev
Description copied from interface:BasicLogger
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.- Specified by:
tracev
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the sole parameter
-
tracev
Description copied from interface:BasicLogger
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.- Specified by:
tracev
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
tracev
Description copied from interface:BasicLogger
Issue a log message with a level of TRACE usingMessageFormat
-style formatting.- Specified by:
tracev
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparams
- the parameters
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- 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
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
params
- the parameters
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the sole parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg
- the parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg
- the parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg
- the parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg
- the parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
tracef
Description copied from interface:BasicLogger
Issue a formatted log message with a level of TRACE.- Specified by:
tracef
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
isDebugEnabled
public boolean isDebugEnabled()Description copied from interface:BasicLogger
Check to see if theDEBUG
level is enabled for this logger.- Specified by:
isDebugEnabled
in interfaceBasicLogger
- Returns:
true
if messages logged atLogger.Level.DEBUG
may be accepted,false
otherwise
-
debug
Description copied from interface:BasicLogger
Issue a log message with a level of DEBUG.- Specified by:
debug
in interfaceBasicLogger
- Parameters:
message
- the message
-
debug
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of DEBUG.- Specified by:
debug
in interfaceBasicLogger
- Parameters:
message
- the messaget
- the throwable
-
debug
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of DEBUG and a specific logger class name.- Specified by:
debug
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messaget
- the throwable
-
debug
Description copied from interface:BasicLogger
Issue a log message with parameters and a throwable with a level of DEBUG.- Specified by:
debug
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwable
-
debugv
Description copied from interface:BasicLogger
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.- Specified by:
debugv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparams
- the parameters
-
debugv
Description copied from interface:BasicLogger
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.- Specified by:
debugv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the sole parameter
-
debugv
Description copied from interface:BasicLogger
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.- Specified by:
debugv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
debugv
Description copied from interface:BasicLogger
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.- Specified by:
debugv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
debugv
Description copied from interface:BasicLogger
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.- Specified by:
debugv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparams
- the parameters
-
debugv
Description copied from interface:BasicLogger
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.- Specified by:
debugv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the sole parameter
-
debugv
Description copied from interface:BasicLogger
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.- Specified by:
debugv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
debugv
Description copied from interface:BasicLogger
Issue a log message with a level of DEBUG usingMessageFormat
-style formatting.- Specified by:
debugv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparams
- the parameters
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- 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
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
params
- the parameters
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the sole parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg
- the parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg
- the parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg
- the parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
format
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg
- the parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
debugf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of DEBUG.- Specified by:
debugf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
arg1
- the first parameterarg2
- the second parameterarg3
- the third parameter
-
isInfoEnabled
public boolean isInfoEnabled()Description copied from interface:BasicLogger
Check to see if theINFO
level is enabled for this logger.- Specified by:
isInfoEnabled
in interfaceBasicLogger
- Returns:
true
if messages logged atLogger.Level.INFO
may be accepted,false
otherwise
-
info
Description copied from interface:BasicLogger
Issue a log message with a level of INFO.- Specified by:
info
in interfaceBasicLogger
- Parameters:
message
- the message
-
info
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of INFO.- Specified by:
info
in interfaceBasicLogger
- Parameters:
message
- the messaget
- the throwable
-
info
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of INFO and a specific logger class name.- Specified by:
info
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messaget
- the throwable
-
info
Description copied from interface:BasicLogger
Issue a log message with parameters and a throwable with a level of INFO.- Specified by:
info
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwable
-
infov
Description copied from interface:BasicLogger
Issue a log message with a level of INFO usingMessageFormat
-style formatting.- Specified by:
infov
in interfaceBasicLogger
- Parameters:
format
- the message format stringparams
- the parameters
-
infov
Description copied from interface:BasicLogger
Issue a log message with a level of INFO usingMessageFormat
-style formatting.- Specified by:
infov
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the sole parameter
-
infov
Description copied from interface:BasicLogger
Issue a log message with a level of INFO usingMessageFormat
-style formatting.- Specified by:
infov
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
infov
Description copied from interface:BasicLogger
Issue a log message with a level of INFO usingMessageFormat
-style formatting.- Specified by:
infov
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
infov
Description copied from interface:BasicLogger
Issue a log message with a level of INFO usingMessageFormat
-style formatting.- Specified by:
infov
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparams
- the parameters
-
infov
Description copied from interface:BasicLogger
Issue a log message with a level of INFO usingMessageFormat
-style formatting.- Specified by:
infov
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the sole parameter
-
infov
Description copied from interface:BasicLogger
Issue a log message with a level of INFO usingMessageFormat
-style formatting.- Specified by:
infov
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
infov
Description copied from interface:BasicLogger
Issue a log message with a level of INFO usingMessageFormat
-style formatting.- Specified by:
infov
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
infof
Description copied from interface:BasicLogger
Issue a formatted log message with a level of INFO.- Specified by:
infof
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparams
- the parameters
-
infof
Description copied from interface:BasicLogger
Issue a formatted log message with a level of INFO.- Specified by:
infof
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameter
-
infof
Description copied from interface:BasicLogger
Issue a formatted log message with a level of INFO.- Specified by:
infof
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameter
-
infof
Description copied from interface:BasicLogger
Issue a formatted log message with a level of INFO.- Specified by:
infof
in interfaceBasicLogger
- 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
Description copied from interface:BasicLogger
Issue a formatted log message with a level of INFO.- Specified by:
infof
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
params
- the parameters
-
infof
Description copied from interface:BasicLogger
Issue a formatted log message with a level of INFO.- Specified by:
infof
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the sole parameter
-
infof
Description copied from interface:BasicLogger
Issue a formatted log message with a level of INFO.- Specified by:
infof
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameter
-
infof
Description copied from interface:BasicLogger
Issue a formatted log message with a level of INFO.- Specified by:
infof
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
warn
Description copied from interface:BasicLogger
Issue a log message with a level of WARN.- Specified by:
warn
in interfaceBasicLogger
- Parameters:
message
- the message
-
warn
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of WARN.- Specified by:
warn
in interfaceBasicLogger
- Parameters:
message
- the messaget
- the throwable
-
warn
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of WARN and a specific logger class name.- Specified by:
warn
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messaget
- the throwable
-
warn
Description copied from interface:BasicLogger
Issue a log message with parameters and a throwable with a level of WARN.- Specified by:
warn
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwable
-
warnv
Description copied from interface:BasicLogger
Issue a log message with a level of WARN usingMessageFormat
-style formatting.- Specified by:
warnv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparams
- the parameters
-
warnv
Description copied from interface:BasicLogger
Issue a log message with a level of WARN usingMessageFormat
-style formatting.- Specified by:
warnv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the sole parameter
-
warnv
Description copied from interface:BasicLogger
Issue a log message with a level of WARN usingMessageFormat
-style formatting.- Specified by:
warnv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
warnv
Description copied from interface:BasicLogger
Issue a log message with a level of WARN usingMessageFormat
-style formatting.- Specified by:
warnv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
warnv
Description copied from interface:BasicLogger
Issue a log message with a level of WARN usingMessageFormat
-style formatting.- Specified by:
warnv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparams
- the parameters
-
warnv
Description copied from interface:BasicLogger
Issue a log message with a level of WARN usingMessageFormat
-style formatting.- Specified by:
warnv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the sole parameter
-
warnv
Description copied from interface:BasicLogger
Issue a log message with a level of WARN usingMessageFormat
-style formatting.- Specified by:
warnv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
warnv
Description copied from interface:BasicLogger
Issue a log message with a level of WARN usingMessageFormat
-style formatting.- Specified by:
warnv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
warnf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of WARN.- Specified by:
warnf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparams
- the parameters
-
warnf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of WARN.- Specified by:
warnf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameter
-
warnf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of WARN.- Specified by:
warnf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameter
-
warnf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of WARN.- Specified by:
warnf
in interfaceBasicLogger
- 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
Description copied from interface:BasicLogger
Issue a formatted log message with a level of WARN.- Specified by:
warnf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
params
- the parameters
-
warnf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of WARN.- Specified by:
warnf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the sole parameter
-
warnf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of WARN.- Specified by:
warnf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameter
-
warnf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of WARN.- Specified by:
warnf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
error
Description copied from interface:BasicLogger
Issue a log message with a level of ERROR.- Specified by:
error
in interfaceBasicLogger
- Parameters:
message
- the message
-
error
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of ERROR.- Specified by:
error
in interfaceBasicLogger
- Parameters:
message
- the messaget
- the throwable
-
error
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of ERROR and a specific logger class name.- Specified by:
error
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messaget
- the throwable
-
error
Description copied from interface:BasicLogger
Issue a log message with parameters and a throwable with a level of ERROR.- Specified by:
error
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwable
-
errorv
Description copied from interface:BasicLogger
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.- Specified by:
errorv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparams
- the parameters
-
errorv
Description copied from interface:BasicLogger
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.- Specified by:
errorv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the sole parameter
-
errorv
Description copied from interface:BasicLogger
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.- Specified by:
errorv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
errorv
Description copied from interface:BasicLogger
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.- Specified by:
errorv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
errorv
Description copied from interface:BasicLogger
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.- Specified by:
errorv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparams
- the parameters
-
errorv
Description copied from interface:BasicLogger
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.- Specified by:
errorv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the sole parameter
-
errorv
Description copied from interface:BasicLogger
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.- Specified by:
errorv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
errorv
Description copied from interface:BasicLogger
Issue a log message with a level of ERROR usingMessageFormat
-style formatting.- Specified by:
errorv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
errorf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of ERROR.- Specified by:
errorf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparams
- the parameters
-
errorf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of ERROR.- Specified by:
errorf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameter
-
errorf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of ERROR.- Specified by:
errorf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameter
-
errorf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of ERROR.- Specified by:
errorf
in interfaceBasicLogger
- 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
Description copied from interface:BasicLogger
Issue a formatted log message with a level of ERROR.- Specified by:
errorf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
params
- the parameters
-
errorf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of ERROR.- Specified by:
errorf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the sole parameter
-
errorf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of ERROR.- Specified by:
errorf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameter
-
errorf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of ERROR.- Specified by:
errorf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
fatal
Description copied from interface:BasicLogger
Issue a log message with a level of FATAL.- Specified by:
fatal
in interfaceBasicLogger
- Parameters:
message
- the message
-
fatal
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of FATAL.- Specified by:
fatal
in interfaceBasicLogger
- Parameters:
message
- the messaget
- the throwable
-
fatal
Description copied from interface:BasicLogger
Issue a log message and throwable with a level of FATAL and a specific logger class name.- Specified by:
fatal
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messaget
- the throwable
-
fatal
Description copied from interface:BasicLogger
Issue a log message with parameters and a throwable with a level of FATAL.- Specified by:
fatal
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namemessage
- the messageparams
- the message parameterst
- the throwable
-
fatalv
Description copied from interface:BasicLogger
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.- Specified by:
fatalv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparams
- the parameters
-
fatalv
Description copied from interface:BasicLogger
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.- Specified by:
fatalv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the sole parameter
-
fatalv
Description copied from interface:BasicLogger
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.- Specified by:
fatalv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
fatalv
Description copied from interface:BasicLogger
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.- Specified by:
fatalv
in interfaceBasicLogger
- Parameters:
format
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
fatalv
Description copied from interface:BasicLogger
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.- Specified by:
fatalv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparams
- the parameters
-
fatalv
Description copied from interface:BasicLogger
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.- Specified by:
fatalv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the sole parameter
-
fatalv
Description copied from interface:BasicLogger
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.- Specified by:
fatalv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
fatalv
Description copied from interface:BasicLogger
Issue a log message with a level of FATAL usingMessageFormat
-style formatting.- Specified by:
fatalv
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
fatalf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of FATAL.- Specified by:
fatalf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparams
- the parameters
-
fatalf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of FATAL.- Specified by:
fatalf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameter
-
fatalf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of FATAL.- Specified by:
fatalf
in interfaceBasicLogger
- Parameters:
format
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameter
-
fatalf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of FATAL.- Specified by:
fatalf
in interfaceBasicLogger
- 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
Description copied from interface:BasicLogger
Issue a formatted log message with a level of FATAL.- Specified by:
fatalf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
params
- the parameters
-
fatalf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of FATAL.- Specified by:
fatalf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the sole parameter
-
fatalf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of FATAL.- Specified by:
fatalf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameter
-
fatalf
Description copied from interface:BasicLogger
Issue a formatted log message with a level of FATAL.- Specified by:
fatalf
in interfaceBasicLogger
- Parameters:
t
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
log
Description copied from interface:BasicLogger
Log a message at the given level.- Specified by:
log
in interfaceBasicLogger
- Parameters:
level
- the levelmessage
- the message
-
log
Description copied from interface:BasicLogger
Issue a log message and throwable at the given log level.- Specified by:
log
in interfaceBasicLogger
- Parameters:
level
- the levelmessage
- the messaget
- the throwable
-
log
Description copied from interface:BasicLogger
Issue a log message and throwable at the given log level and a specific logger class name.- Specified by:
log
in interfaceBasicLogger
- Parameters:
level
- the levelloggerFqcn
- the logger class namemessage
- the messaget
- the throwable
-
log
public void log(String loggerFqcn, Logger.Level level, Object message, Object[] params, Throwable t) Description copied from interface:BasicLogger
Issue a log message with parameters and a throwable at the given log level.- Specified by:
log
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namelevel
- the levelmessage
- the messageparams
- the message parameterst
- the throwable
-
logv
Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
level
- the levelformat
- the message format stringparams
- the parameters
-
logv
Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
level
- the levelformat
- the message format stringparam1
- the sole parameter
-
logv
Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
level
- the levelformat
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
logv
Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
level
- the levelformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
logv
Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
level
- the levelt
- the throwableformat
- the message format stringparams
- the parameters
-
logv
Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
level
- the levelt
- the throwableformat
- the message format stringparam1
- the sole parameter
-
logv
Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
level
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
logv
public void logv(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3) Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
level
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
logv
public void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params) Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparams
- the parameters
-
logv
Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparam1
- the sole parameter
-
logv
public void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2) Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameter
-
logv
public void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3) Description copied from interface:BasicLogger
Issue a log message at the given log level usingMessageFormat
-style formatting.- Specified by:
logv
in interfaceBasicLogger
- Parameters:
loggerFqcn
- the logger class namelevel
- the levelt
- the throwableformat
- the message format stringparam1
- the first parameterparam2
- the second parameterparam3
- the third parameter
-
logf
Description copied from interface:BasicLogger
Issue a formatted log message at the given log level.- Specified by:
logf
in interfaceBasicLogger
- Parameters:
level
- the levelformat
- the format string as perString.format(String, Object...)
or resource bundle key thereforparams
- the parameters
-
logf
Description copied from interface:BasicLogger
Issue a formatted log message at the given log level.- Specified by:
logf
in interfaceBasicLogger
- Parameters:
level
- the levelformat
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the sole parameter
-
logf
Description copied from interface:BasicLogger
Issue a formatted log message at the given log level.- Specified by:
logf
in interfaceBasicLogger
- Parameters:
level
- the levelformat
- the format string as perString.format(String, Object...)
or resource bundle key thereforparam1
- the first parameterparam2
- the second parameter
-
logf
Description copied from interface:BasicLogger
Issue a formatted log message at the given log level.- Specified by:
logf
in interfaceBasicLogger
- 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
Description copied from interface:BasicLogger
Issue a formatted log message at the given log level.- Specified by:
logf
in interfaceBasicLogger
- Parameters:
level
- the levelt
- the throwableformat
- the format string, as perString.format(String, Object...)
params
- the parameters
-
logf
Description copied from interface:BasicLogger
Issue a formatted log message at the given log level.- Specified by:
logf
in interfaceBasicLogger
- Parameters:
level
- the levelt
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the sole parameter
-
logf
Description copied from interface:BasicLogger
Issue a formatted log message at the given log level.- Specified by:
logf
in interfaceBasicLogger
- Parameters:
level
- the levelt
- the throwableformat
- the format string, as perString.format(String, Object...)
param1
- the first parameterparam2
- the second parameter
-
logf
public void logf(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3) Description copied from interface:BasicLogger
Issue a formatted log message at the given log level.- Specified by:
logf
in interfaceBasicLogger
- 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
Description copied from interface:BasicLogger
Log a message at the given level.- Specified by:
logf
in interfaceBasicLogger
- 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 void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2) Description copied from interface:BasicLogger
Log a message at the given level.- Specified by:
logf
in interfaceBasicLogger
- 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 void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3) Description copied from interface:BasicLogger
Log a message at the given level.- Specified by:
logf
in interfaceBasicLogger
- 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 void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params) Description copied from interface:BasicLogger
Log a message at the given level.- Specified by:
logf
in interfaceBasicLogger
- 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
-
isEnabled
Description copied from interface:BasicLogger
Check to see if the given level is enabled for this logger.- Specified by:
isEnabled
in interfaceBasicLogger
- Parameters:
level
- the level to check for- Returns:
true
if messages may be logged at the given level,false
otherwise
-