Package kieker.common.logging
Class SimpleConsoleLoggingFormatter
java.lang.Object
java.util.logging.Formatter
kieker.common.logging.SimpleConsoleLoggingFormatter
A formatter for the logging to the console which is used by the Kieker tools.
It simplifies the log messages and prints only the important information.
- 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
-
SimpleConsoleLoggingFormatter
public SimpleConsoleLoggingFormatter()Empty constructor.
-
-
Method Details