PhyloSort

phylosort.ui.logging
Class RecordFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by phylosort.ui.logging.RecordFormatter

public class RecordFormatter
extends java.util.logging.Formatter

Logging record formatter

Version:
$Revision: 1.1.1.1 $
Author:
Ahmed Moustafa

Constructor Summary
RecordFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          This method is called for every log records
 java.lang.String getHead(java.util.logging.Handler handler)
          This method is called just after the handler using this formatter is created
 java.lang.String getTail(java.util.logging.Handler handler)
          This method is called just after the handler using this formatter is closed
 
Methods inherited from class java.util.logging.Formatter
formatMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordFormatter

public RecordFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
This method is called for every log records

Specified by:
format in class java.util.logging.Formatter
Parameters:
record -

getHead

public java.lang.String getHead(java.util.logging.Handler handler)
This method is called just after the handler using this formatter is created

Overrides:
getHead in class java.util.logging.Formatter
Parameters:
handler -

getTail

public java.lang.String getTail(java.util.logging.Handler handler)
This method is called just after the handler using this formatter is closed

Overrides:
getTail in class java.util.logging.Formatter
Parameters:
handler -

PhyloSort

SourceForge.Net