47 48 49
# File 'lib/maws/logger.rb', line 47 def debug str puts str end
35 36 37
# File 'lib/maws/logger.rb', line 35 def error str $stderr.puts "[ERROR]: #{str}" end
43 44 45
# File 'lib/maws/logger.rb', line 43 def info str puts str end
39 40 41
# File 'lib/maws/logger.rb', line 39 def warn str puts "[warning]: #{str}" end