Class: RightAWSLogger
Instance Method Summary collapse
Instance Method Details
#debug(str) ⇒ Object
29 30 31 |
# File 'lib/maws/logger.rb', line 29 def debug str puts str end |
#error(str) ⇒ Object
17 18 19 |
# File 'lib/maws/logger.rb', line 17 def error str $stderr.puts "[ERROR]: #{str}" end |