|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Formatter
de.bsvrz.sys.funclib.debug.DebugFormatterHTML
public class DebugFormatterHTML
Formattiert die Ausgabe für HTML-Dateiausgabe. WIRD ZUR ZEIT NOCH NICHT UNTERSTÜTZT: AUSGABE ERFOLGT WIE BEI TEXTAUSGABE.
Field Summary | |
---|---|
private static DateFormat |
_absoluteMillisecondsFormat
Formatstring für das Ausgabeformat des Zeitstempels. |
private static DecimalFormat |
_numberFormat
Formatstring mit Angabe für die Formatierung der Zahlenausgaben für die lfd. |
private static String |
DOT_LINE
Linientyp wird bei der Ausgabe vom Level KONFIGURATION verwendet |
private static String |
DOUBLE_LINE
Linientyp wird bei der Ausgabe vom Level WARNUNG verwendet |
private static String |
HASH_LINE
Linientyp wird bei der Ausgabe vom Level FEHLER verwendet |
private static String |
NEWLINE
Systemabhängig zur Laufzeit ermittelter String für den Zeilenumbruch. |
private static String |
SIMPLE_LINE
Linientyp wird bei der Ausgabe vom Level FEIN, FEINER und DETAIL verwendet |
private static String |
SINGLE_LINE
Linientyp wird bei der Ausgabe vom Level INFO verwendet |
Constructor Summary | |
---|---|
DebugFormatterHTML()
|
Method Summary | |
---|---|
String |
format(LogRecord lr)
Gibt dei DebungMeldung aus |
String |
getHead(Handler h)
Gibt am Anfang des Protokolls bzw. |
String |
getTail(Handler h)
Gibt am Ende des Protokolls bzw. |
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 |
Field Detail |
---|
private static final DateFormat _absoluteMillisecondsFormat
private static final DecimalFormat _numberFormat
private static final String NEWLINE
private static final String HASH_LINE
private static final String DOUBLE_LINE
private static final String SINGLE_LINE
private static final String DOT_LINE
private static final String SIMPLE_LINE
Constructor Detail |
---|
public DebugFormatterHTML()
Method Detail |
---|
public String format(LogRecord lr)
format
in class Formatter
lr
- LogRecord mit den Informationen einer Meldung.
public String getHead(Handler h)
getHead
in class Formatter
h
- Handler der den Formatter aufgerufen hat. Wird nicht verwendet.
public String getTail(Handler h)
getTail
in class Formatter
h
- Handler der den Formatter aufgerufen hat. Wird nicht verwendet.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |