Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
btrestic
v0.3.2
Btrestic
App
Cli
Settings
Logging
Generated using Crystal 1.14.0
2024-11-26 19:05:11 UTC
class
Btrestic::
Settings::
Logging
Btrestic::Settings::Logging
Reference
Object
Included Modules
YAML::Serializable
Defined in:
btrestic/settings/logging.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
#logfile
: String
#logfile=
(logfile : String)
#loglevel
: String
#loglevel=
(loglevel : String)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
Instance Method Detail
def
logfile
: String
#
[
View source
]
def
logfile=
(logfile : String)
#
[
View source
]
def
loglevel
: String
#
[
View source
]
def
loglevel=
(loglevel : String)
#
[
View source
]