StandardBoxedFmt

Type Alias StandardBoxedFmt 

Source
pub type StandardBoxedFmt = BoxedFmt<StandardMessageFormatter>;
Expand description

A BoxedFmt service pre-configured with the StandardMessageFormatter.

This type is commonly used as a catch-all for string-based logging where maximum flexibility is required for the output destination.

Aliased Typeยง

pub struct StandardBoxedFmt { /* private fields */ }