class Lumberjack::Device::Null
testing environments when log file output is not useful.
This is a logging device that produces no output. It can be useful in
def initialize(*args)
def initialize(*args) end
def write(entry)
def write(entry) end
testing environments when log file output is not useful.
This is a logging device that produces no output. It can be useful in
def initialize(*args) end
def write(entry) end