module Log::Configuration
¶
Used in Log.setup
methods to configure the binding to be used.
Direct including types
Log::Builder
Methods¶
abstract
#bind(source : String, level : Severity, backend : Backend)
¶
(source : String, level : Severity, backend : Backend)
Binds a source pattern to a backend for all logs that are of severity equal or higher to level.