Class: D13n::Logger::SilenceLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/d13n/logger.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args, &blk) ⇒ Object



17
18
19
# File 'lib/d13n/logger.rb', line 17

def method_missing(method, *args, &blk)
  nil
end

Instance Method Details

#debug(*args) ⇒ Object



15
# File 'lib/d13n/logger.rb', line 15

def debug(*args); end

#error(*args) ⇒ Object



12
# File 'lib/d13n/logger.rb', line 12

def error(*args); end

#fatal(*args) ⇒ Object



11
# File 'lib/d13n/logger.rb', line 11

def fatal(*args); end

#info(*args) ⇒ Object



14
# File 'lib/d13n/logger.rb', line 14

def info(*args);  end

#warn(*args) ⇒ Object



13
# File 'lib/d13n/logger.rb', line 13

def warn(*args);  end