org.esa.beam.util.logging
Class BeamFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by java.util.logging.SimpleFormatter
          extended by org.esa.beam.util.logging.BeamFormatter

public class BeamFormatter
extends SimpleFormatter


Constructor Summary
BeamFormatter(String head)
          Constructs the logging formatter for the BEAM framework.
 
Method Summary
 String getHead(Handler h)
          Return the header string for a set of formatted records.
 
Methods inherited from class java.util.logging.SimpleFormatter
format
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getTail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeamFormatter

public BeamFormatter(String head)
Constructs the logging formatter for the BEAM framework.

Parameters:
head - the head string for this formatter
Method Detail

getHead

public String getHead(Handler h)
Return the header string for a set of formatted records.

Overrides:
getHead in class Formatter
Parameters:
h - The target handler.
Returns:
header string


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.