module Log::Formatter
¶
Base interface to convert log entries and write them to an IO
Class methods¶
.new(&proc : Log::Entry, IO -> )
¶
(&proc : Log::Entry, IO -> )
Creates an instance of a Log::Formatter
that calls
the specified Proc
for every entry