Class: FFWD::FakeLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/ffwd/logging.rb

Instance Method Summary collapse

Instance Method Details

#debug(message) ⇒ Object



114
# File 'lib/ffwd/logging.rb', line 114

def debug message; end

#error(message, e = nil) ⇒ Object



117
# File 'lib/ffwd/logging.rb', line 117

def error message, e=nil; end

#info(message) ⇒ Object



115
# File 'lib/ffwd/logging.rb', line 115

def info message; end

#warning(message) ⇒ Object



116
# File 'lib/ffwd/logging.rb', line 116

def warning message; end