Module: ALib::Logging::LoggerExt

Defined in:
lib/alib.rb,
lib/alib-0.3.1.rb

Overview

a module that adds an accessor to Logging objects in ored to fix a bug where not all logging devices are put into sync mode, resulting in improper log rolling. this is a hack.

Instance Attribute Summary collapse

Instance Attribute Details

#logdevObject (readonly)

–{{{



961
962
963
# File 'lib/alib.rb', line 961

def logdev
  @logdev
end