Class: ActiveMessaging::MockLogger
- Inherits:
-
Object
- Object
- ActiveMessaging::MockLogger
- Defined in:
- lib/activemessaging/test_helper.rb
Instance Method Summary collapse
Instance Method Details
#debug(*args) ⇒ Object
124 |
# File 'lib/activemessaging/test_helper.rb', line 124 def debug(*args) ; end |
#error(*args) ⇒ Object
121 |
# File 'lib/activemessaging/test_helper.rb', line 121 def error(*args) ; end |
#info(*args) ⇒ Object
123 |
# File 'lib/activemessaging/test_helper.rb', line 123 def info(*args) ; end |
#warn(*args) ⇒ Object
122 |
# File 'lib/activemessaging/test_helper.rb', line 122 def warn(*args) ; end |