//! Utility helpers for the logging system
use crateLoggingError;
/// Parse a string log level into a [`log::LevelFilter`].
///
/// Returns an error if the provided level is not one of the
/// standard log level strings (TRACE, DEBUG, INFO, WARN, ERROR).