sig
  type t = EMERG | ALERT | CRIT | ERR | WARNING | NOTICE | INFO | DEBUG
  val to_int : Journald.Priority.t -> int
end