class Analogger::Config::Log
- Analogger::Config::Log
- Reference
- Object
Included Modules
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
analogger/config/log.crConstructors
Instance Method Summary
- #cull : Bool
- #cull=(cull : Bool)
- #default : Bool
- #default=(default : Bool)
- #levels : String | Array(String) | Hash(String, Bool) | Nil
- #levels=(levels : String | Array(String) | Hash(String, Bool) | Nil)
- #logfile : String
- #logfile=(logfile : String)
- #options : Array(String)
- #options=(options : Array(String))
- #service : String | Array(String)
- #service=(service : String | Array(String))
- #type : String
- #type=(type : String)