Modifier and Type | Field and Description |
---|---|
pack-priv static final String | |
private final transient LocationAwareLogger | |
private static final long |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public void | debug(String
the message string to be logged msg)Implements io. |
public void | debug(String
the format string format, Object the argument arg)Implements io. |
public void | debug(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. |
public void | debug(String
the format string format, Object... a list of 3 or more arguments argArray)Implements io. |
public void | debug(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. |
public void | error(String
the message string to be logged msg)Implements io. |
public void | error(String
the format string format, Object the argument arg)Implements io. |
public void | error(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. |
public void | error(String
the format string format, Object... a list of 3 or more arguments argArray)Implements io. |
public void | error(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. |
public void | info(String
the message string to be logged msg)Implements io. |
public void | info(String
the format string format, Object the argument arg)Implements io. |
public void | info(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. |
public void | info(String
the format string format, Object... a list of 3 or more arguments argArray)Implements io. |
public void | info(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. |
public boolean | isDebugEnabled()
Implements io. |
public boolean | isErrorEnabled()
Implements io. |
public boolean | isInfoEnabled()
Implements io. |
public boolean | isTraceEnabled()
Implements io. |
public boolean | isWarnEnabled()
Implements io. |
private void | |
private void | |
private void | |
public void | trace(String
the message string to be logged msg)Implements io. |
public void | trace(String
the format string format, Object the argument arg)Implements io. |
public void | trace(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. |
public void | trace(String
the format string format, Object... a list of 3 or more arguments argArray)Implements io. |
public void | trace(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. |
public void | warn(String
the message string to be logged msg)Implements io. |
public void | warn(String
the format string format, Object the argument arg)Implements io. |
public void | warn(String
the format string format, Object... a list of 3 or more arguments argArray)Implements io. |
public void | warn(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. |
public void | warn(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. |
FQCN | back to summary |
---|---|
pack-priv static final String FQCN |
logger | back to summary |
---|---|
private final transient LocationAwareLogger logger |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides io. |
LocationAwareSlf4JLogger | back to summary |
---|---|
pack-priv LocationAwareSlf4JLogger(LocationAwareLogger logger) |
debug | back to summary |
---|---|
public void debug(String msg) Implements io. Doc from io. Log a message at the DEBUG level. |
debug | back to summary |
---|---|
public void debug(String format, Object arg) Implements io. Doc from io. Log a message at the DEBUG level according to the specified format and argument.
This form avoids superfluous object creation when the logger is disabled for the DEBUG level. |
debug | back to summary |
---|---|
public void debug(String format, Object argA, Object argB) Implements io. Doc from io. Log a message at the DEBUG level according to the specified format and arguments.
This form avoids superfluous object creation when the logger is disabled for the DEBUG level. |
debug | back to summary |
---|---|
public void debug(String format, Object... argArray) Implements io. Doc from io. Log a message at the DEBUG level according to the specified format and arguments.
This form avoids superfluous string concatenation when the logger
is disabled for the DEBUG level. However, this variant incurs the hidden
(and relatively small) cost of creating an |
debug | back to summary |
---|---|
public void debug(String msg, Throwable t) Implements io. Doc from io. Log an exception (throwable) at the DEBUG level with an accompanying message. |
error | back to summary |
---|---|
public void error(String msg) Implements io. Doc from io. Log a message at the ERROR level. |
error | back to summary |
---|---|
public void error(String format, Object arg) Implements io. Doc from io. Log a message at the ERROR level according to the specified format and argument.
This form avoids superfluous object creation when the logger is disabled for the ERROR level. |
error | back to summary |
---|---|
public void error(String format, Object argA, Object argB) Implements io. Doc from io. Log a message at the ERROR level according to the specified format and arguments.
This form avoids superfluous object creation when the logger is disabled for the ERROR level. |
error | back to summary |
---|---|
public void error(String format, Object... argArray) Implements io. Doc from io. Log a message at the ERROR level according to the specified format and arguments.
This form avoids superfluous string concatenation when the logger
is disabled for the ERROR level. However, this variant incurs the hidden
(and relatively small) cost of creating an |
error | back to summary |
---|---|
public void error(String msg, Throwable t) Implements io. Doc from io. Log an exception (throwable) at the ERROR level with an accompanying message. |
info | back to summary |
---|---|
public void info(String msg) Implements io. Doc from io. Log a message at the INFO level. |
info | back to summary |
---|---|
public void info(String format, Object arg) Implements io. Doc from io. Log a message at the INFO level according to the specified format and argument.
This form avoids superfluous object creation when the logger is disabled for the INFO level. |
info | back to summary |
---|---|
public void info(String format, Object argA, Object argB) Implements io. Doc from io. Log a message at the INFO level according to the specified format and arguments.
This form avoids superfluous object creation when the logger is disabled for the INFO level. |
info | back to summary |
---|---|
public void info(String format, Object... argArray) Implements io. Doc from io. Log a message at the INFO level according to the specified format and arguments.
This form avoids superfluous string concatenation when the logger
is disabled for the INFO level. However, this variant incurs the hidden
(and relatively small) cost of creating an |
info | back to summary |
---|---|
public void info(String msg, Throwable t) Implements io. Doc from io. Log an exception (throwable) at the INFO level with an accompanying message. |
isDebugEnabled | back to summary |
---|---|
public boolean isDebugEnabled() Implements io. Doc from io. Is the logger instance enabled for the DEBUG level?
|
isErrorEnabled | back to summary |
---|---|
public boolean isErrorEnabled() Implements io. Doc from io. Is the logger instance enabled for the ERROR level?
|
isInfoEnabled | back to summary |
---|---|
public boolean isInfoEnabled() Implements io. Doc from io. Is the logger instance enabled for the INFO level?
|
isTraceEnabled | back to summary |
---|---|
public boolean isTraceEnabled() Implements io. Doc from io. Is the logger instance enabled for the TRACE level?
|
isWarnEnabled | back to summary |
---|---|
public boolean isWarnEnabled() Implements io. Doc from io. Is the logger instance enabled for the WARN level?
|
log | back to summary |
---|---|
private void log(final int level, final String message) |
log | back to summary |
---|---|
private void log(final int level, final String message, Throwable cause) |
log | back to summary |
---|---|
private void log(final int level, final FormattingTuple tuple) |
trace | back to summary |
---|---|
public void trace(String msg) Implements io. Doc from io. Log a message at the TRACE level. |
trace | back to summary |
---|---|
public void trace(String format, Object arg) Implements io. Doc from io. Log a message at the TRACE level according to the specified format and argument.
This form avoids superfluous object creation when the logger is disabled for the TRACE level. |
trace | back to summary |
---|---|
public void trace(String format, Object argA, Object argB) Implements io. Doc from io. Log a message at the TRACE level according to the specified format and arguments.
This form avoids superfluous object creation when the logger is disabled for the TRACE level. |
trace | back to summary |
---|---|
public void trace(String format, Object... argArray) Implements io. Doc from io. Log a message at the TRACE level according to the specified format and arguments.
This form avoids superfluous string concatenation when the logger
is disabled for the TRACE level. However, this variant incurs the hidden
(and relatively small) cost of creating an |
trace | back to summary |
---|---|
public void trace(String msg, Throwable t) Implements io. Doc from io. Log an exception (throwable) at the TRACE level with an accompanying message. |
warn | back to summary |
---|---|
public void warn(String msg) Implements io. Doc from io. Log a message at the WARN level. |
warn | back to summary |
---|---|
public void warn(String format, Object arg) Implements io. Doc from io. Log a message at the WARN level according to the specified format and argument.
This form avoids superfluous object creation when the logger is disabled for the WARN level. |
warn | back to summary |
---|---|
public void warn(String format, Object... argArray) Implements io. Doc from io. Log a message at the WARN level according to the specified format and arguments.
This form avoids superfluous string concatenation when the logger
is disabled for the WARN level. However, this variant incurs the hidden
(and relatively small) cost of creating an |
warn | back to summary |
---|---|
public void warn(String format, Object argA, Object argB) Implements io. Doc from io. Log a message at the WARN level according to the specified format and arguments.
This form avoids superfluous object creation when the logger is disabled for the WARN level. |
warn | back to summary |
---|---|
public void warn(String msg, Throwable t) Implements io. Doc from io. Log an exception (throwable) at the WARN level with an accompanying message. |