Method: UnitF::Logging::Logger#dump

Defined in:
lib/unitf/logging/logger.rb

#dumpObject



58
59
60
61
62
# File 'lib/unitf/logging/logger.rb', line 58

def dump
  @writers.each do |writer|
    puts "Name: #{writer.name} Type: #{writer.class}"
  end
end