Interface LogHandler

All Known Implementing Classes:
AbstractConverter, JRubyAsciidoctor, JULLogHandler, StringConverter

public interface LogHandler
API to capture messages generated during conversion.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(LogRecord logRecord)
    Process a log record.
  • Method Details

    • log

      void log(LogRecord logRecord)
      Process a log record. This method is called during conversion and will abort completely if an exception is thrown from within.
      Parameters:
      logRecord -