Ppx_log_types.Level
type t = [
| `Debug
| `Info
default level
| `Error
]
val sexp_of_t : Ppx_log_types.Level.t -> Sexplib0.Sexp.t