glog/level

Types

action must be taken immediately

pub type Alert

all levels

pub type All

Logger levels valid configuration list

pub type ConfigLevel {
  Level
  All
  None
}

Constructors

  • Level
  • All
  • None

critical conditions

pub type Critical

debug-level messages

pub type Debug

system is unusable

pub type Emergency

error conditions

pub type Error

informational messages

pub type Info

Logger levels valid list

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

Constructors

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

No level

pub type None

normal but significant conditions

pub type Notice

warning conditions

pub type Warning
Search Document