Cinch::Logger::NullLogger

Public Class Methods

new(output = nil) click to toggle source
# File lib/cinch/logger/null_logger.rb, line 5
def initialize(output = nil)
end

Public Instance Methods

debug(message) click to toggle source
# File lib/cinch/logger/null_logger.rb, line 8
def debug(message)
end
log(message, kind = :generic) click to toggle source
# File lib/cinch/logger/null_logger.rb, line 11
def log(message, kind = :generic)
end
log_exception(e) click to toggle source
# File lib/cinch/logger/null_logger.rb, line 14
def log_exception(e)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.