Kieker 1.10

kieker.common.logging
Class SimpleConsoleLoggingFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by kieker.common.logging.SimpleConsoleLoggingFormatter

public class SimpleConsoleLoggingFormatter
extends Formatter

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

Constructor Summary
SimpleConsoleLoggingFormatter()
          Empty constructor.
 
Method Summary
 String format(LogRecord record)
           
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConsoleLoggingFormatter

public SimpleConsoleLoggingFormatter()
Empty constructor.

Method Detail

format

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

Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net