Method: Output::Writer#remove_device

Defined in:
lib/output/writer.rb

#remove_device(device) ⇒ Object



83
84
85
86
# File 'lib/output/writer.rb', line 83

def remove_device(device)
  @logger.remove_appenders device
  device
end