Method: Funnel::Log.warning

Defined in:
lib/funnel/log.rb

.warning(msg) ⇒ Object



18
19
20
# File 'lib/funnel/log.rb', line 18

def self.warning msg
  log(msg,2) if @@threshhold <= 2
end