Class SimpleFileLoggingFormatter

java.lang.Object
java.util.logging.Formatter
kieker.common.logging.SimpleFileLoggingFormatter

public class SimpleFileLoggingFormatter extends Formatter
A formatter for the logging to files which is used by the Kieker tools.
Since:
1.10
Author:
Nils Christian Ehmke
  • Field Details

    • LINE_SEPERATOR

      protected static final String LINE_SEPERATOR
  • Constructor Details

    • SimpleFileLoggingFormatter

      public SimpleFileLoggingFormatter()
      Empty constructor.
  • Method Details

    • format

      public String format(LogRecord record)
      Specified by:
      format in class Formatter
    • fillStringBuilderWithMessage

      protected void fillStringBuilderWithMessage(StringBuilder sb, LogRecord record)
      Populates the string builder with logging information.
      Parameters:
      sb - the string builder
      record - one log record to be used for population of the string builder