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
185 |
# File 'lib/activemessaging/test_helper.rb', line 185 def debug(*args) ; end |
#error(*args) ⇒ Object
182 |
# File 'lib/activemessaging/test_helper.rb', line 182 def error(*args) ; end |
#info(*args) ⇒ Object
184 |
# File 'lib/activemessaging/test_helper.rb', line 184 def info(*args) ; end |
#warn(*args) ⇒ Object
183 |
# File 'lib/activemessaging/test_helper.rb', line 183 def warn(*args) ; end |