Package kieker.common.logging
Class SimpleFileLoggingFormatter
java.lang.Object
java.util.logging.Formatter
kieker.common.logging.SimpleFileLoggingFormatter
A formatter for the logging to files which is used by the Kieker tools.
- Since:
- 1.10
- Author:
- Nils Christian Ehmke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillStringBuilderWithMessage(StringBuilder sb, LogRecord record) Populates the string builder with logging information.Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
Field Details
-
LINE_SEPERATOR
-
-
Constructor Details
-
SimpleFileLoggingFormatter
public SimpleFileLoggingFormatter()Empty constructor.
-
-
Method Details