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)
§Errors
Returns std::io::Error on write error.