tools.jinnide
Class FormatterJinnIdeTestSimple

java.lang.Object
  extended by java.util.logging.Formatter
      extended by tools.jinnide.FormatterJinnIdeTestSimple

public class FormatterJinnIdeTestSimple
extends java.util.logging.Formatter

This class allows logging the statements in a somewhat nicer than Sun's SimpleFormatter and more Loq4J like output style

Version:
Cassandra
Author:
Wolfgang Chico Toepfer

Constructor Summary
FormatterJinnIdeTestSimple()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Format the given LogRecord.
 
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

FormatterJinnIdeTestSimple

public FormatterJinnIdeTestSimple()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
Format the given LogRecord.

Specified by:
format in class java.util.logging.Formatter
Parameters:
record - the log record to be formatted.
Returns:
a formatted log record