pub fn logger(name: Cow<'static, str>) -> BoxedLogger
Available on crate feature logs only.
Expand description

Creates a named instance of Logger via the configured GlobalLoggerProvider.

If name is an empty string, the provider will use a default name.