glog/level

Types

action must be taken immediately

pub external type Alert

all levels

pub external type All

Logger levels valid configuration list

pub type ConfigLevel {
  Level
  All
  None
}

Constructors

  • Level
  • All
  • None

critical conditions

pub external type Critical

debug-level messages

pub external type Debug

system is unusable

pub external type Emergency

error conditions

pub external type Error

informational messages

pub external 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 external type None

normal but significant conditions

pub external type Notice

warning conditions

pub external type Warning
Search Document