Class: NullLogger
Instance Method Summary collapse
Instance Method Details
#debug(str) ⇒ Object
11 12 |
# File 'lib/maws/logger.rb', line 11 def debug str end |
#error(str) ⇒ Object
2 3 |
# File 'lib/maws/logger.rb', line 2 def error str end |
#info(str) ⇒ Object
8 9 |
# File 'lib/maws/logger.rb', line 8 def info str end |
#warn(str) ⇒ Object
5 6 |
# File 'lib/maws/logger.rb', line 5 def warn str end |