Module: Rulp::Logger
- Defined in:
- lib/helpers/log.rb
Constant Summary collapse
- DEBUG =
5- INFO =
4- WARN =
3- ERROR =
2- OFF =
1- LEVELS =
{ debug: DEBUG, info: INFO, warn: WARN, error: ERROR, off: OFF }
Class Method Summary collapse
Class Method Details
.level ⇒ Object
33 34 35 |
# File 'lib/helpers/log.rb', line 33 def self.level @@level || :info end |