Function level_emoji

Source
fn level_emoji(level: &LogLevel) -> &'static str
Expand description

Returns the emoji indicator associated with a given LogLevel.

Used internally by std_fmt to embed a visual severity cue into the formatted log line.