glogg/level

Types

pub type Level {
  Debug
  Info
  Notice
  Warning
  Error
  Critical
  Alert
  Emergency
}

Constructors

  • Debug
  • Info
  • Notice
  • Warning
  • Error
  • Critical
  • Alert
  • Emergency

Values

pub fn level_to_string(level: Level) -> String

Converts a log level to its string representation.

Search Document