Method: Log4Ruby::NilAppender#process_log
- Defined in:
- lib/log4ruby/appenders/nil_appender.rb
#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 |