aide/log

Types

RFC 5424

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

Constructors

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

Values

pub fn level_from_string(string: String) -> Result(Level, Nil)
pub fn level_to_string(level: Level) -> String
Search Document