pub type LogLevel { Emergency Alert Critical Error Warning Notice Info Debug }
Emergency
Alert
Critical
Error
Warning
Notice
Info
Debug
pub fn configure() -> Nil
pub fn log(level: LogLevel, message: String) -> Nil