class ActiveMessaging::MockLogger
Public Instance Methods
debug(*args)
click to toggle source
# File lib/activemessaging/test_helper.rb, line 124 def debug(*args) ; end
error(*args)
click to toggle source
# File lib/activemessaging/test_helper.rb, line 121 def error(*args) ; end
info(*args)
click to toggle source
# File lib/activemessaging/test_helper.rb, line 123 def info(*args) ; end
warn(*args)
click to toggle source
# File lib/activemessaging/test_helper.rb, line 122 def warn(*args) ; end