abstract struct Crylog::Formatters::LogFormatter

Direct Known Subclasses

Defined in:

formatters/formatter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

abstract def call(message : Message) : String #

Consumes a message and returns a formatted string representation of it.


[View source]