Libraries
»
logger
(3.0.0)
»
Index
»
Logger
»
#fatal!
Method: Logger#fatal!
Defined in:
lib/logger.rb
#
fatal!
⇒
Object
Sets the severity to FATAL.
338
# File 'lib/logger.rb', line 338
def
fatal!
;
self
.
level
=
FATAL
;
end