org.norther.tammi.core.logger.jdk4
Class EntryFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by org.norther.tammi.core.logger.jdk4.EntryFormatter

public class EntryFormatter
extends Formatter

A log entry formatter.

Author:
Ilkka Priha

Constructor Summary
EntryFormatter()
          Constructs a new formatter.
 
Method Summary
 String format(LogRecord record)
           
 
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

EntryFormatter

public EntryFormatter()
Constructs a new formatter.

Method Detail

format

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


Copyright © 2004 The Norther Organization. All rights reserved.