module

Log::Formatter

Base interface to convert log entries and write them to an IO

Constructors

new

Creates an instance of a Log::Formatter that calls the specified Proc for every entry

Source

Instance methods

format(entry : Log::Entry, io : IO)

Writes a Log::Entry through an IO

Source