Class: FFWD::FakeLogger

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

Instance Method Summary collapse

Instance Method Details

#debug(message) ⇒ Object



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

def debug message; end

#error(message, e = nil) ⇒ Object



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

def error message, e=nil; end

#info(message) ⇒ Object



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

def info message; end

#warning(message) ⇒ Object



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

def warning message; end