Module env_logger::fmt [] [src]

Formatting for log records.

This module contains a Formatter that can be used to format log records into without needing temporary allocations. Usually you won't need to worry about the contents of this module and can use the Formatter like an ordinary Write.

Structs

Formatter

A formatter to write logs into.