class

Asciidoctor::Logger::BasicFormatter

Inherits Reference < Object

Basic formatter that outputs messages in the format: progname: SEVERITY: message

Constants

SEVERITY_LABEL_SUBSTITUTES = {"WARN" => "WARNING", "FATAL" => "FAILED"}

Instance methods

call(severity : Severity, progname : String, message : String) : String
Source