pub fn default_format(
style: &(impl CologStyle + ?Sized),
buf: &mut Formatter,
record: &Record<'_>,
) -> Result<(), Error>Expand description
Default implementation for CologStyle::format
ยงReturns
Inject [style.line_separator] prefix at newlines, and format result according to
[style.prefix_token].
(this is the default colog style)