glog/level

Types

pub external type Alert
pub external type All
pub type ConfigLevel {
  Level
  All
  None
}

Constructors

  • Level
  • All
  • None
pub external type Critical
pub external type Debug
pub external type Emergency
pub external type Error
pub external type Info
pub type Level {
  Emergency
  Alert
  Critical
  Err
  Warning
  Notice
  Info
  Debug
}

Constructors

  • Emergency
  • Alert
  • Critical
  • Err
  • Warning
  • Notice
  • Info
  • Debug
pub external type None
pub external type Notice
pub external type Warning
Search Document