Class KLogXMLFormatter

java.lang.Object
java.util.logging.Formatter
ch.k43.util.KLogXMLFormatter

public class KLogXMLFormatter extends Formatter
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 Details

    • KLogXMLFormatter

      public KLogXMLFormatter()
      Class constructor.
  • Method Details