module Log::Configuration

Overview

Used inLog.setup methods to configure the binding to be used.

Direct including types

Defined in:

log/builder.cr

Instance Method Summary

Instance Method Detail

abstract def bind(source : String, level : Severity, backend : Backend) #

Binds asource pattern to abackend for all logs that are of severity equal or higher tolevel.