Deprecated
Please use Log4J2Logger
or Log4JLogger
or
Slf4JLogger
.
Modifier and Type | Field and Description |
---|---|
private final transient Log | |
private static final long |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public void | debug(String
- the message object to be logged msg)Implements io. Log#debug(Object) method of the underlying
Log instance.
|
public void | debug(String
the format string format, Object the argument arg)Implements io. Log#debug(Object) method of the underlying
Log instance.
|
public void | debug(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. Log#debug(Object) method of the underlying
Log instance.
|
public void | debug(String
the format string format, Object... a list of 3 or more arguments arguments)Implements io. Log#debug(Object) method of the underlying
Log instance.
|
public void | debug(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. Log#debug(Object, Throwable) method of
the underlying Log instance.
|
public void | error(String
- the message object to be logged msg)Implements io. Log#error(Object) method of the underlying
Log instance.
|
public void | error(String
the format string format, Object the argument arg)Implements io. Log#error(Object) method of the underlying
Log instance.
|
public void | error(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. Log#error(Object) method of the underlying
Log instance.
|
public void | error(String
the format string format, Object... a list of 3 or more arguments arguments)Implements io. Log#error(Object) method of the underlying
Log instance.
|
public void | error(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. Log#error(Object, Throwable) method of
the underlying Log instance.
|
public void | info(String
- the message object to be logged msg)Implements io. Log#debug(Object) method of the underlying
Log instance.
|
public void | info(String
the format string format, Object the argument arg)Implements io. Log#info(Object) method of the underlying
Log instance.
|
public void | info(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. Log#info(Object) method of the underlying
Log instance.
|
public void | info(String
the format string format, Object... a list of 3 or more arguments arguments)Implements io. Log#info(Object) method of the underlying
Log instance.
|
public void | info(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. Log#info(Object, Throwable) method of
the underlying Log instance.
|
public boolean | isDebugEnabled()
Implements io. Log#isDebugEnabled method of the underlying
Log instance.
|
public boolean | isErrorEnabled()
Implements io. Log#isErrorEnabled method of the underlying
Log instance.
|
public boolean | isInfoEnabled()
Implements io. Log#isInfoEnabled method of the underlying
Log instance.
|
public boolean | isTraceEnabled()
Implements io. Log#isTraceEnabled method of the underlying
Log instance.
|
public boolean | isWarnEnabled()
Implements io. Log#isWarnEnabled method of the underlying
Log instance.
|
public void | trace(String
- the message object to be logged msg)Implements io. Log#trace(Object) method of the underlying
Log instance.
|
public void | trace(String
the format string format, Object the argument arg)Implements io. Log#trace(Object) method of the underlying
Log instance.
|
public void | trace(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. Log#trace(Object) method of the underlying
Log instance.
|
public void | trace(String
the format string format, Object... a list of 3 or more arguments arguments)Implements io. Log#trace(Object) method of the underlying
Log instance.
|
public void | trace(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. Log#trace(Object, Throwable) method of
the underlying Log instance.
|
public void | warn(String
- the message object to be logged msg)Implements io. Log#warn(Object) method of the underlying
Log instance.
|
public void | warn(String
the format string format, Object the argument arg)Implements io. Log#warn(Object) method of the underlying
Log instance.
|
public void | warn(String
the format string format, Object the first argument argA, Object the second argument argB)Implements io. Log#warn(Object) method of the underlying
Log instance.
|
public void | warn(String
the format string format, Object... a list of 3 or more arguments arguments)Implements io. Log#warn(Object) method of the underlying
Log instance.
|
public void | warn(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. Log#warn(Object, Throwable) method of
the underlying Log instance.
|
logger | back to summary |
---|---|
private final transient Log logger |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides io. |
CommonsLogger | back to summary |
---|---|
pack-priv CommonsLogger(Log logger, String name) |
debug | back to summary |
---|---|
public void debug(String msg) Implements io. Delegates to the |
debug | back to summary |
---|---|
public void debug(String format, Object arg) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level DEBUG. |
debug | back to summary |
---|---|
public void debug(String format, Object argA, Object argB) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level DEBUG. |
debug | back to summary |
---|---|
public void debug(String format, Object... arguments) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level DEBUG. |
debug | back to summary |
---|---|
public void debug(String msg, Throwable t) Implements io. Delegates to the |
error | back to summary |
---|---|
public void error(String msg) Implements io. Delegates to the |
error | back to summary |
---|---|
public void error(String format, Object arg) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level ERROR. |
error | back to summary |
---|---|
public void error(String format, Object argA, Object argB) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level ERROR. |
error | back to summary |
---|---|
public void error(String format, Object... arguments) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level ERROR. |
error | back to summary |
---|---|
public void error(String msg, Throwable t) Implements io. Delegates to the |
info | back to summary |
---|---|
public void info(String msg) Implements io. Delegates to the |
info | back to summary |
---|---|
public void info(String format, Object arg) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level INFO. |
info | back to summary |
---|---|
public void info(String format, Object argA, Object argB) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level INFO. |
info | back to summary |
---|---|
public void info(String format, Object... arguments) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level INFO. |
info | back to summary |
---|---|
public void info(String msg, Throwable t) Implements io. Delegates to the |
isDebugEnabled | back to summary |
---|---|
public boolean isDebugEnabled() Implements io. Delegates to the
|
isErrorEnabled | back to summary |
---|---|
public boolean isErrorEnabled() Implements io. Delegates to the
|
isInfoEnabled | back to summary |
---|---|
public boolean isInfoEnabled() Implements io. Delegates to the
|
isTraceEnabled | back to summary |
---|---|
public boolean isTraceEnabled() Implements io. Delegates to the
|
isWarnEnabled | back to summary |
---|---|
public boolean isWarnEnabled() Implements io. Delegates to the
|
trace | back to summary |
---|---|
public void trace(String msg) Implements io. Delegates to the |
trace | back to summary |
---|---|
public void trace(String format, Object arg) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level TRACE. |
trace | back to summary |
---|---|
public void trace(String format, Object argA, Object argB) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level TRACE. |
trace | back to summary |
---|---|
public void trace(String format, Object... arguments) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level TRACE. |
trace | back to summary |
---|---|
public void trace(String msg, Throwable t) Implements io. Delegates to the |
warn | back to summary |
---|---|
public void warn(String msg) Implements io. Delegates to the |
warn | back to summary |
---|---|
public void warn(String format, Object arg) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level WARN. |
warn | back to summary |
---|---|
public void warn(String format, Object argA, Object argB) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level WARN. |
warn | back to summary |
---|---|
public void warn(String format, Object... arguments) Implements io. Delegates to the However, this form avoids superfluous object creation when the logger is disabled for level WARN. |
warn | back to summary |
---|---|
public void warn(String msg, Throwable t) Implements io. Delegates to the |