Class: Riak::NullLogger
Instance Method Summary collapse
- #debug(msg) ⇒ Object
- #error(msg) ⇒ Object
- #fatal(msg) ⇒ Object
- #info(msg) ⇒ Object
- #warn(msg) ⇒ Object
Instance Method Details
#debug(msg) ⇒ Object
25 |
# File 'lib/riak.rb', line 25 def debug(msg) end |
#error(msg) ⇒ Object
19 |
# File 'lib/riak.rb', line 19 def error(msg) end |
#fatal(msg) ⇒ Object
17 |
# File 'lib/riak.rb', line 17 def fatal(msg) end |
#info(msg) ⇒ Object
23 |
# File 'lib/riak.rb', line 23 def info(msg) end |
#warn(msg) ⇒ Object
21 |
# File 'lib/riak.rb', line 21 def warn(msg) end |