Method: Logtail::Logger#level=
- Defined in:
- lib/logtail/logger.rb
#level=(value) ⇒ Object
212 213 214 215 216 217 |
# File 'lib/logtail/logger.rb', line 212 def level=(value) if value.is_a?(Symbol) value = level_from_symbol(value) end super end |