org.esa.beam.util.logging
Class BeamFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
org.esa.beam.util.logging.BeamFormatter
public class BeamFormatter
- extends SimpleFormatter
|
Constructor Summary |
BeamFormatter(String head)
Constructs the logging formatter for the BEAM framework. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeamFormatter
public BeamFormatter(String head)
- Constructs the logging formatter for the BEAM framework.
- Parameters:
head - the head string for this formatter
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.