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
-
-