Rucy::LoggingLevel
(Module)
In:
lib_core/rucy/logger.rb
Methods
alert
crit
debug
emerg
err
info
notice
warn
warning
Constants
LOG_EMERG
=
7
LOG_ALERT
=
6
LOG_CRIT
=
5
LOG_ERR
=
4
LOG_WARNING
=
3
LOG_NOTICE
=
2
LOG_INFO
=
1
LOG_DEBUG
=
0
Public Instance methods
alert
(messg)
crit
(messg)
debug
(messg)
emerg
(messg)
err
(messg)
info
(messg)
notice
(messg)
warn
(messg)
Alias for
warning
warning
(messg)
[Validate]