gov.bnl.star.offline.scheduler
Class LogFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by java.util.logging.SimpleFormatter
          extended by gov.bnl.star.offline.scheduler.LogFormatter

public class LogFormatter
extends java.util.logging.SimpleFormatter

Defines the log output format of the log of the scheduler.

Version:
$Revision: 1.10 $ $Date: 2006/11/21 00:41:32 $
Author:
Gabriele Carcassi

Constructor Summary
LogFormatter()
          Creates a new instance of LogFormatter
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord log)
           
 
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

LogFormatter

public LogFormatter()
Creates a new instance of LogFormatter

Method Detail

format

public java.lang.String format(java.util.logging.LogRecord log)
Overrides:
format in class java.util.logging.SimpleFormatter


Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.