public static class Log.DefaultLogBackEnd extends java.lang.Object implements LogBackEnd
Modifier and Type | Field and Description |
---|---|
static boolean |
LOG_FILE
Shall we extract file name information from exceptions?
|
static boolean |
LOG_THREAD
Shall we log the calling thread name?
|
static boolean |
LOG_TIME
Shall we log the time?
|
Constructor and Description |
---|
Log.DefaultLogBackEnd() |
Modifier and Type | Method and Description |
---|---|
void |
append(java.lang.String type,
java.lang.String message)
Appends a message, according to the LogBackEnd interface.
|
void |
append(java.lang.String type,
java.lang.Throwable t)
Appends an exception message which potentially includes information as to what
file and line number the exception occurred at.
|
public static final boolean LOG_TIME
public static final boolean LOG_THREAD
public static final boolean LOG_FILE
public void append(java.lang.String type, java.lang.String message)
append
in interface LogBackEnd
public void append(java.lang.String type, java.lang.Throwable t)
append
in interface LogBackEnd