Module Syslog.Level

type t =
| EMERG

System is unusable

| ALERT

Action must be taken immediately

| CRIT

Critical condition

| ERR

Error conditions

| WARNING

Warning conditions

| NOTICE

Normal, but significant, condition

| INFO

Informational message

| DEBUG

Debug-level message

DEBUG < EMERG

val compare : t -> t -> int
val all : t list
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
type t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Syslog__.Import.Stringable.S with type t := t
type t
val of_string : string -> t
val to_string : t -> string