Class: Log4Ruby::NilAppender

Inherits:
Object
  • Object
show all
Defined in:
lib/log4ruby/appenders/nil_appender.rb

Overview

An appender that does nothing. All logs to it are ignored and just consumed.

Instance Method Summary collapse

Instance Method Details

#process_log(log) ⇒ Object

Don’t do anything with the log. Just return.



11
12
# File 'lib/log4ruby/appenders/nil_appender.rb', line 11

def process_log(log)
end