Class: RedisNotifier::NullLogger
- Inherits:
-
Object
- Object
- RedisNotifier::NullLogger
- Defined in:
- lib/redis_notifier.rb
Instance Method Summary collapse
Instance Method Details
#debug(msg) ⇒ Object
9 |
# File 'lib/redis_notifier.rb', line 9 def debug(msg); end |
#error(msg) ⇒ Object
12 |
# File 'lib/redis_notifier.rb', line 12 def error(msg); end |
#info(msg) ⇒ Object
11 |
# File 'lib/redis_notifier.rb', line 11 def info(msg); end |
#warn(msg) ⇒ Object
10 |
# File 'lib/redis_notifier.rb', line 10 def warn(msg); end |