Daemon.Level
type default_level = [
|
`Debug
`Info
`Notice
]
type level = [
default_level
`Warning
`Error
`Fatal
val to_string : level -> string