Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Asciidoctor::NullLogger
Inherits
Reference
<
Object
A logger that discards all messages but tracks the maximum severity.
Constructors
new
Source
Instance methods
add
(severity :
Severity
, message :
String
, progname :
String
|
Nil
= nil) :
Bool
Source
debug
(message :
String
) :
Bool
Source
error
(message :
String
) :
Bool
Source
error
Source
fatal
(message :
String
) :
Bool
Source
info
(message :
String
) :
Bool
Source
max_severity
Source
max_severity=
(max_severity :
Severity
|
Nil
)
Source
warn
(message :
String
) :
Bool
Source
warn
Source