logging

Types

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

Constructors

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

Functions

pub fn configure() -> Nil
pub fn log(level: LogLevel, message: String) -> Nil
Search Document