Method: S3#log

Defined in:
lib/blanket/plugins/sinks/s3.rb

#log(msg, lvl) ⇒ Object



56
57
58
# File 'lib/blanket/plugins/sinks/s3.rb', line 56

def log(msg, lvl)
  puts msg
end