Package ch.k43.util
Klasse KLogXMLFormatter
java.lang.Object
java.util.logging.Formatter
ch.k43.util.KLogXMLFormatter
Format logging output as XML formatted string with UUID, time stamp, logging level, code location and the logging information.
The KLog.debug(), KLog.info() and KLog.error() adds the code location, delimited by KLog.DELIMITER which is then formatted here.
-
Konstruktorübersicht
-
Methodenübersicht
Von Klasse geerbte Methoden java.util.logging.Formatter
formatMessage
-
Konstruktordetails
-
KLogXMLFormatter
public KLogXMLFormatter()Class constructor.
-
-
Methodendetails
-
format
Format the log message. -
getHead
Set header. -
getTail
Set footer. Note: Due to a bug in the JVM, the getTail() is not called by the ConsoleHandler. -
toString
String representation of object.
-