module
   Log::Formatter
 
  Overview
Base interface to convert log entries and write them to an IO
Defined in:
log/format.crConstructors
- 
        .new(&proc : Log::Entry, IO -> )
        
          
Creates an instance of a
Log::Formatterthat calls the specifiedProcfor every entry 
Instance Method Summary
- 
        #format(entry : Log::Entry, io : IO)
        
          
Writes a
Log::Entrythrough anIO 
Constructor Detail
Creates an instance of a Log::Formatter that calls
the specified Proc for every entry