class Analogger::Config::Log

Included Modules

Defined in:

analogger/config/log.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def cull : Bool #

[View source]
def cull=(cull : Bool) #

[View source]
def default : Bool #

[View source]
def default=(default : Bool) #

[View source]
def levels : String | Array(String) | Hash(String, Bool) | Nil #

[View source]
def levels=(levels : String | Array(String) | Hash(String, Bool) | Nil) #

[View source]
def logfile : String #

[View source]
def logfile=(logfile : String) #

[View source]
def options : Array(String) #

[View source]
def options=(options : Array(String)) #

[View source]
def service : String | Array(String) #

[View source]
def service=(service : String | Array(String)) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]