public class SimpleFileLoggingFormatter
extends java.util.logging.Formatter
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
LINE_SEPERATOR |
Constructor and Description |
---|
SimpleFileLoggingFormatter()
Empty constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
fillStringBuilderWithMessage(java.lang.StringBuilder sb,
java.util.logging.LogRecord record)
Populates the string builder with logging information.
|
java.lang.String |
format(java.util.logging.LogRecord record) |
public SimpleFileLoggingFormatter()
public java.lang.String format(java.util.logging.LogRecord record)
format
in class java.util.logging.Formatter
protected void fillStringBuilderWithMessage(java.lang.StringBuilder sb, java.util.logging.LogRecord record)
sb
- the string builderrecord
- one log record to be used for population of the string builderCopyright 2017 Kieker Project, http://kieker-monitoring.net