Parent

Methods

Class/Module Index [+]

Quicksearch

Backup::Logger::Config

Attributes

dsl[R]
ignores[R]
loggers[R]

Public Class Methods

new() click to toggle source
# 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.