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