RFC 5424
pub type Level { Debug Info Notice Warning Error Critical Alert Emergency }
Debug
Info
Notice
Warning
Error
Critical
Alert
Emergency
pub fn level_from_string(string: String) -> Result(Level, Nil)
pub fn level_to_string(level: Level) -> String