Method: CloudSync::Log.error

Defined in:
lib/cloud_sync/log.rb

.error(msg) ⇒ Object



26
27
28
# File 'lib/cloud_sync/log.rb', line 26

def self.error msg
  log(msg,4) if @threshhold <= 4
end