Method: CCLog#on_warn
- Defined in:
- lib/ls4/lib/cclog.rb
#on_warn(&block) ⇒ Object
134 135 136 137 |
# File 'lib/ls4/lib/cclog.rb', line 134 def on_warn(&block) return if @level > LEVEL_WARN block.call if block end |
134 135 136 137 |
# File 'lib/ls4/lib/cclog.rb', line 134 def on_warn(&block) return if @level > LEVEL_WARN block.call if block end |