Log::IOBackend
Inherits Log::Backend / Reference / Object
A Log::Backend that emits to an IO (defaults to STDOUT).
Constructors
Instance methods
format(entry : Entry) : Nil
Emits the entry to the given io.
It uses the #formatter to convert.
formatter
Sourceformatter=(formatter : Formatter)
Sourceio
Source