Class 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.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.logging.Formatter
formatMessage
-
Constructor Details
-
KLogXMLFormatter
public KLogXMLFormatter()Class constructor.
-
-
Method Details
-
format
-
getHead
-
getTail
-
toString
-