it.tidalwave.util.logging
Class SingleLineLogFormatter

Package class diagram package SingleLineLogFormatter
java.lang.Object
  extended by java.util.logging.Formatter
      extended by it.tidalwave.util.logging.SingleLineLogFormatter

public class SingleLineLogFormatter
extends Formatter

Version:
$Id$
Author:
Fabrizio Giudici

Constructor Summary
SingleLineLogFormatter()
           
 
Method Summary
 String format(LogRecord record)
          Format the given LogRecord.
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleLineLogFormatter

public SingleLineLogFormatter()
Method Detail

format

public String format(LogRecord record)
Format the given LogRecord.

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


Copyright © 2009-2012 Tidalwave s.a.s.. All Rights Reserved.