Class XRSimpleLogFormatter

java.lang.Object
java.util.logging.Formatter
org.xhtmlrenderer.util.XRSimpleLogFormatter

public class XRSimpleLogFormatter extends Formatter
A java.util.logging.Formatter class that writes a bare-bones log messages, with no origin class name and no date/time.
Author:
Patrick Wright
  • Constructor Details

    • XRSimpleLogFormatter

      public XRSimpleLogFormatter()
  • Method Details