public class LocLogger extends LoggerWrapper implements Logger
instanceofLAL, logger
ROOT_LOGGER_NAME
Constructor and Description |
---|
LocLogger(Logger logger,
ch.qos.cal10n.IMessageConveyor imc) |
Modifier and Type | Method and Description |
---|---|
void |
debug(Enum<?> key,
Object... args)
Log a localized message at the DEBUG level.
|
void |
error(Enum<?> key,
Object... args)
Log a localized message at the ERROR level.
|
void |
info(Enum<?> key,
Object... args)
Log a localized message at the INFO level.
|
void |
trace(Enum<?> key,
Object... args)
Log a localized message at the TRACE level.
|
void |
warn(Enum<?> key,
Object... args)
Log a localized message at the WARN level.
|
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, warn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, warn
public LocLogger(Logger logger, ch.qos.cal10n.IMessageConveyor imc)
public void trace(Enum<?> key, Object... args)
key
- the key used for localizationargs
- optional argumentspublic void debug(Enum<?> key, Object... args)
key
- the key used for localizationargs
- optional argumentspublic void info(Enum<?> key, Object... args)
key
- the key used for localizationargs
- optional argumentspublic void warn(Enum<?> key, Object... args)
key
- the key used for localizationargs
- optional argumentsCopyright © 2017 JBoss by Red Hat. All rights reserved.