Package org.asciidoctor.log
Class LogRecord
java.lang.Object
org.asciidoctor.log.LogRecord
Description of an specific event occurred during conversion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
LogRecord
-
LogRecord
-
LogRecord
-
-
Method Details
-
getSeverity
- Returns:
- Severity level of the current record.
-
getCursor
- Returns:
- Information about the location of the event.
-
getMessage
- Returns:
- Descriptive message about the event.
-
getSourceFileName
- Returns:
- The value
<script>. For the source filename useCursor.getFile()obtained with thegetCursor()method.
-
getSourceMethodName
- Returns:
- The Asciidoctor Ruby engine method used to convert the file;
convertFileorconvertwhether you are converting a File or a String.
-