module Crylog::Processors::Processable

Overview

Represents handlers that can have handler specific processors.

Direct including types

Defined in:

processors/processable.cr

Instance Method Summary

Instance Method Detail

def processors : Array(Crylog::Processors::LogProcessors) #

The processors specific to a given handler.


[View source]