class

Log::Backend

Inherits Reference / Object

Base class for all backends.

Constructors

new(dispatch_mode : DispatchMode = :async)
Source
new(dispatcher : Dispatcher)
Source

Instance methods

close

Closes underlying resources used by this backend.

Source
dispatcher
Source
dispatcher=(dispatcher : Dispatcher)
Source
write(entry : Entry)

Writes the entry to this backend.

Source