edu.cmu.cs.crystal.internal
Class ShortFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by edu.cmu.cs.crystal.internal.ShortFormatter

public class ShortFormatter
extends Formatter

This class is intended as a 1-line formatter for Formatter log messages.

Author:
Kevin Bierhoff

Constructor Summary
ShortFormatter()
           
 
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

ShortFormatter

public ShortFormatter()
Method Detail

format

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