public interface Pattern
Modifier and Type | Field and Description |
---|---|
static char |
DATE
This character represents the date where the message has been logged
|
static char |
LEVEL
This character represents the level name of the message
|
static char |
LINE_NUMBER
This character represents the line number in the source code where the
log method was called.
|
static char |
MESSAGE
The message which has been logged
|
static char |
METHOD
This character represents the method in which the log method was called.
|
static char |
NEW_LINE
This character represents a new line.
|
static char |
OBJECT
This character represents the class name in which the log method was
called.
|
static char |
PREFIX
This character is the prefix of all special character
|
static char |
THREAD
The theard name which has logged the message.
|
static char |
TOPIC
This character represents the topic of the logger
|
static final char LEVEL
static final char TOPIC
static final char DATE
static final char THREAD
static final char MESSAGE
static final char METHOD
static final char OBJECT
static final char LINE_NUMBER
static final char PREFIX
static final char NEW_LINE