glog/level

Types

pub external type Alert
pub external type All
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
  Error
  Warning
  Notice
  Info
  Debug
}

Constructors

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

Constructors

  • Level
  • All
  • None
pub external type None
pub external type Notice
pub external type Warning
Search Document