class

Asciidoctor::MemoryLogger

Inherits Reference < Object

A logger that stores messages in memory for later retrieval.

Constructors

Instance methods

add(severity : Severity, message : String, progname : String | Nil = nil) : Bool
Source
clear
Source
debug(message : String) : Bool
Source
empty?
Source
error(message : String) : Bool
Source
error
Source
fatal(message : String) : Bool
Source
info(message : String) : Bool
Source
max_severity
Source
messages
Source
warn(message : String) : Bool
Source
warn
Source

Nested types