Class JULLogHandler

java.lang.Object
org.asciidoctor.jruby.log.internal.JULLogHandler
All Implemented Interfaces:
LogHandler

public class JULLogHandler extends Object implements LogHandler
  • Constructor Details

    • JULLogHandler

      public JULLogHandler()
  • Method Details

    • 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