Parent

Methods

Files

Swiftcore::Log

Attributes

cull[R]
levels[R]
logfile[R]
service[R]

Public Class Methods

new(spec) click to toggle source
# File src/swiftcore/Analogger.rb, line 218
def initialize(spec)
        @service = spec[Analogger::Cservice]
        @levels = spec[Analogger::Clevels]
        @logfile = spec[Analogger::Clogfile]
        @cull = spec[Analogger::Ccull]
end

Public Instance Methods

to_s() click to toggle source
# File src/swiftcore/Analogger.rb, line 225
def to_s
        "service: #{@service}\nlevels: #{@levels.inspect}\nlogfile: #{@logfile}\ncull: #{@cull}\n"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.