Package de.bsvrz.sys.funclib.debug
Class DebugFormatterHTML
java.lang.Object
java.util.logging.Formatter
de.bsvrz.sys.funclib.debug.DebugFormatterStdErrText
de.bsvrz.sys.funclib.debug.DebugFormatterFileText
de.bsvrz.sys.funclib.debug.DebugFormatterHTML
public class DebugFormatterHTML extends DebugFormatterFileText
Formattiert die Ausgabe für HTML-Dateiausgabe.
WIRD ZUR ZEIT NOCH NICHT UNTERSTÜTZT: AUSGABE ERFOLGT WIE BEI TEXTAUSGABE.
-
Constructor Summary
Constructors Constructor Description DebugFormatterHTML()
-
Method Summary
Methods inherited from class de.bsvrz.sys.funclib.debug.DebugFormatterFileText
getHead, getTail
Methods inherited from class de.bsvrz.sys.funclib.debug.DebugFormatterStdErrText
format
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 Details
-
DebugFormatterHTML
public DebugFormatterHTML()
-