Modifier and Type | Field and Description |
---|---|
pack-priv final transient Logger | |
pack-priv static final String | |
private static final long | |
pack-priv static final String |
Modifier and Type | Method and Description |
---|---|
public void | debug(String
- the message object 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... an array of 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 object 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... an array of arguments arguments)Implements io. |
public void | error(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. |
private static void | fillCallerData(String callerFQCN, LogRecord
The record to update record)Fill in caller data if possible. |
public void | info(String
- the message object 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... an array of 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 | Returns: True if this Logger is enabled for level FINE, false otherwise.Implements io. |
public boolean | Returns: True if this Logger is enabled for level SEVERE, false otherwise.Implements io. |
public boolean | Returns: True if this Logger is enabled for the INFO level, false otherwise.Implements io. |
public boolean | Returns: True if this Logger is enabled for level FINEST, false otherwise.Implements io. |
public boolean | Returns: True if this Logger is enabled for the WARNING level, false otherwise.Implements io. |
private void | |
public void | trace(String
- the message object 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... an array of 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 object 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 the first argument argA, Object the second argument argB)Implements io. |
public void | warn(String
the format string format, Object... an array of arguments argArray)Implements io. |
public void | warn(String
the message accompanying the exception msg, Throwable the exception (throwable) to log t)Implements io. |
logger | back to summary |
---|---|
pack-priv final transient Logger logger |
SELF | back to summary |
---|---|
pack-priv static final String SELF |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides io. |
SUPER | back to summary |
---|---|
pack-priv static final String SUPER |
JdkLogger | back to summary |
---|---|
pack-priv JdkLogger(Logger logger) |
debug | back to summary |
---|---|
public void debug(String msg) Implements io. Log a message object at level FINE. |
debug | back to summary |
---|---|
public void debug(String format, Object arg) Implements io. Log a message at level FINE according to the specified format and argument. This form avoids superfluous object creation when the logger is disabled for level FINE. |
debug | back to summary |
---|---|
public void debug(String format, Object argA, Object argB) Implements io. Log a message at level FINE according to the specified format and arguments. This form avoids superfluous object creation when the logger is disabled for the FINE level. |
debug | back to summary |
---|---|
public void debug(String format, Object... argArray) Implements io. Log a message at level FINE according to the specified format and arguments. This form avoids superfluous object creation when the logger is disabled for the FINE level. |
debug | back to summary |
---|---|
public void debug(String msg, Throwable t) Implements io. Log an exception (throwable) at level FINE with an accompanying message. |
error | back to summary |
---|---|
public void error(String msg) Implements io. Log a message object at the SEVERE level. |
error | back to summary |
---|---|
public void error(String format, Object arg) Implements io. Log a message at the SEVERE level according to the specified format and argument. This form avoids superfluous object creation when the logger is disabled for the SEVERE level. |
error | back to summary |
---|---|
public void error(String format, Object argA, Object argB) Implements io. Log a message at the SEVERE level according to the specified format and arguments. This form avoids superfluous object creation when the logger is disabled for the SEVERE level. |
error | back to summary |
---|---|
public void error(String format, Object... arguments) Implements io. Log a message at level SEVERE according to the specified format and arguments. This form avoids superfluous object creation when the logger is disabled for the SEVERE level. |
error | back to summary |
---|---|
public void error(String msg, Throwable t) Implements io. Log an exception (throwable) at the SEVERE level with an accompanying message. |
fillCallerData | back to summary |
---|---|
private static void fillCallerData(String callerFQCN, LogRecord record) Fill in caller data if possible.
|
info | back to summary |
---|---|
public void info(String msg) Implements io. Log a message object at the INFO level. |
info | back to summary |
---|---|
public void info(String format, Object arg) Implements io. Log a message at level INFO 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. 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. Log a message at level INFO 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 msg, Throwable t) Implements io. Log an exception (throwable) at the INFO level with an accompanying message. |
isDebugEnabled | back to summary |
---|---|
public boolean isDebugEnabled() Implements io. Is this logger instance enabled for the FINE level?
|
isErrorEnabled | back to summary |
---|---|
public boolean isErrorEnabled() Implements io. Is this logger instance enabled for level SEVERE?
|
isInfoEnabled | back to summary |
---|---|
public boolean isInfoEnabled() Implements io. Is this logger instance enabled for the INFO level?
|
isTraceEnabled | back to summary |
---|---|
public boolean isTraceEnabled() Implements io. Is this logger instance enabled for the FINEST level?
|
isWarnEnabled | back to summary |
---|---|
public boolean isWarnEnabled() Implements io. Is this logger instance enabled for the WARNING level?
|
log | back to summary |
---|---|
private void log(String callerFQCN, Level level, String msg, Throwable t) Log the message at the specified level with the specified throwable if any. This method creates a LogRecord and fills in caller date before calling this instance's JDK14 logger. See bug report #13 for more details. |
trace | back to summary |
---|---|
public void trace(String msg) Implements io. Log a message object at level FINEST. |
trace | back to summary |
---|---|
public void trace(String format, Object arg) Implements io. Log a message at level FINEST according to the specified format and argument. This form avoids superfluous object creation when the logger is disabled for level FINEST. |
trace | back to summary |
---|---|
public void trace(String format, Object argA, Object argB) Implements io. Log a message at level FINEST according to the specified format and arguments. This form avoids superfluous object creation when the logger is disabled for the FINEST level. |
trace | back to summary |
---|---|
public void trace(String format, Object... argArray) Implements io. Log a message at level FINEST according to the specified format and arguments. This form avoids superfluous object creation when the logger is disabled for the FINEST level. |
trace | back to summary |
---|---|
public void trace(String msg, Throwable t) Implements io. Log an exception (throwable) at level FINEST with an accompanying message. |
warn | back to summary |
---|---|
public void warn(String msg) Implements io. Log a message object at the WARNING level. |
warn | back to summary |
---|---|
public void warn(String format, Object arg) Implements io. Log a message at the WARNING level according to the specified format and argument. This form avoids superfluous object creation when the logger is disabled for the WARNING level. |
warn | back to summary |
---|---|
public void warn(String format, Object argA, Object argB) Implements io. Log a message at the WARNING level according to the specified format and arguments. This form avoids superfluous object creation when the logger is disabled for the WARNING level. |
warn | back to summary |
---|---|
public void warn(String format, Object... argArray) Implements io. Log a message at level WARNING according to the specified format and arguments. This form avoids superfluous object creation when the logger is disabled for the WARNING level. |
warn | back to summary |
---|---|
public void warn(String msg, Throwable t) Implements io. Log an exception (throwable) at the WARNING level with an accompanying message. |