class Woozy::ChannelBackend

Defined in:

woozy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(dispatch_mode : Log::DispatchMode, log_channel : Channel(Log::Entry)) #

[View source]

Instance Method Detail

def write(entry : Log::Entry) #
Description copied from class Log::Backend

Writes the entry to this backend.


[View source]