Package org.asciidoctor.log
Interface LogHandler
- All Known Implementing Classes:
AbstractConverter,JRubyAsciidoctor,JULLogHandler,StringConverter
public interface LogHandler
API to capture messages generated during conversion.
-
Method Summary
-
Method Details
-
log
Process a log record. This method is called during conversion and will abort completely if an exception is thrown from within.- Parameters:
logRecord-
-