Function servlin::log::debug

source ·
pub fn debug(
    msg: impl Into<String>,
    tags: impl Into<TagList>
) -> Result<(), LoggerStoppedError>
Expand description

Make a new log event with ‘debug’ level and sends it to the global logger.

Errors

Returns Err when the global logger has stopped.