Lumberjack::Device
This is a logging device that produces no output. It can be useful in testing environments when log file output is not useful.
# File lib/lumberjack/device/null.rb, line 8 def initialize(*args) end
# File lib/lumberjack/device/null.rb, line 11 def write(entry) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.