Object
# File lib/backup/logger.rb, line 25 def initialize @ignores = [] @loggers = [ Logger.new(Console, Console::Options.new), Logger.new(Logfile, Logfile::Options.new), Logger.new(Syslog, Syslog::Options.new) ] @dsl = DSL.new(ignores, *loggers.map(&:options)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.