Module: WMLAction::Log
Instance Method Summary collapse
Instance Method Details
#level=(l) ⇒ Object
13 14 15 |
# File 'lib/wml_action/log.rb', line 13 def level=(l) @@log.sev_threshold = l end |
#log ⇒ Object
9 10 11 |
# File 'lib/wml_action/log.rb', line 9 def log @@log end |