Class JULLogHandler

  • All Implemented Interfaces:
    LogHandler

    public class JULLogHandler
    extends java.lang.Object
    implements LogHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      JULLogHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(LogRecord logRecord)
      Process a log record.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JULLogHandler

        public JULLogHandler()
    • Method Detail

      • log

        public void log​(LogRecord logRecord)
        Description copied from interface: LogHandler
        Process a log record. This method is called during conversion and will abort completely if an exception is thrown from within.
        Specified by:
        log in interface LogHandler