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.
  • Field Details

    • MSG_FMT

      private static final String MSG_FMT
    • EXMSG_FMT

      private static final String EXMSG_FMT
    • mformat

      private final MessageFormat mformat
    • exmformat

      private final MessageFormat exmformat
  • Constructor Details

    • XRSimpleLogFormatter

      public XRSimpleLogFormatter()
  • Method Details