public class I15dLogger extends LoggerWrapper implements Logger
An internationalized (i15d) logger class for SLF4J.
Rewritten mainly after LocLogger, with discussion on Marker taken into consideration.
See package info for a usage example.
instanceofLAL, loggerROOT_LOGGER_NAME| Modifier and Type | Method and Description |
|---|---|
void |
debug(I18nItemAny item,
Object... args)
Log a localized message at the DEBUG level with arbitrary number of
message formatting arguments.
|
void |
debug(I18nItemAny item,
Throwable t,
Object... args)
Log a localized message at the DEBUG level with a
Throwable and
an arbitrary number of message formatting arguments. |
void |
error(I18nItemAny item,
Object... args)
Log a localized message at the ERROR level with arbitrary number of
message formatting arguments.
|
void |
error(I18nItemAny item,
Throwable t,
Object... args)
Log a localized message at the ERROR level with a
Throwable and
an arbitrary number of message formatting arguments. |
void |
info(I18nItemAny item,
Object... args)
Log a localized message at the INFO level with arbitrary number of
message formatting arguments.
|
void |
info(I18nItemAny item,
Throwable t,
Object... args)
Log a localized message at the INFO level with a
Throwable and
an arbitrary number of message formatting arguments. |
void |
trace(I18nItemAny item,
Object... args)
Log a localized message at the TRACE level with arbitrary number of
message formatting arguments.
|
void |
trace(I18nItemAny item,
Throwable t,
Object... args)
Log a localized message at the TRACE level with a
Throwable and
an arbitrary number of message formatting arguments. |
void |
warn(I18nItemAny item,
Object... args)
Log a localized message at the WARN level with arbitrary number of
message formatting arguments.
|
void |
warn(I18nItemAny item,
Throwable t,
Object... args)
Log a localized message at the WARN level with a
Throwable and
an arbitrary number of message formatting arguments. |
debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getName, info, info, info, info, info, info, info, info, info, info, isDebugEnabled, isDebugEnabled, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getName, info, info, info, info, info, info, info, info, info, info, isDebugEnabled, isDebugEnabled, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warn, warnpublic void trace(I18nItemAny item, Throwable t, Object... args)
Throwable and
an arbitrary number of message formatting arguments.item - an I18nItemAny instance to be used as message
templatet - a Throwable instance to logargs - optional argumentspublic void trace(I18nItemAny item, Object... args)
item - an I18nItemAny instance to be used as message
templateargs - optional argumentspublic void debug(I18nItemAny item, Throwable t, Object... args)
Throwable and
an arbitrary number of message formatting arguments.item - an I18nItemAny instance to be used as message
templatet - a Throwable instance to logargs - optional argumentspublic void debug(I18nItemAny item, Object... args)
item - an I18nItemAny instance to be used as message
templateargs - optional argumentspublic void info(I18nItemAny item, Throwable t, Object... args)
Throwable and
an arbitrary number of message formatting arguments.item - an I18nItemAny instance to be used as message
templatet - a Throwable instance to logargs - optional argumentspublic void info(I18nItemAny item, Object... args)
item - an I18nItemAny instance to be used as message
templateargs - optional argumentspublic void warn(I18nItemAny item, Throwable t, Object... args)
Throwable and
an arbitrary number of message formatting arguments.item - an I18nItemAny instance to be used as message
templatet - a Throwable instance to logargs - optional argumentspublic void warn(I18nItemAny item, Object... args)
item - an I18nItemAny instance to be used as message
templateargs - optional argumentspublic void error(I18nItemAny item, Throwable t, Object... args)
Throwable and
an arbitrary number of message formatting arguments.item - an I18nItemAny instance to be used as message
templatet - a Throwable instance to logargs - optional argumentspublic void error(I18nItemAny item, Object... args)
item - an I18nItemAny instance to be used as message
templateargs - optional arguments