core.syslog
Syslog.Level
core
core.bigbuffer_blocking
core.bigstring_unix
core.daemon
core.error_checking_mutex
core.iobuf_unix
core.linux_ext
core.lock_file_blocking
core.nano_mutex
core.process_env
core.squeue
core.time_stamp_counter
core.top
core.uuid
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
DEBUG
EMERG
val compare : t -> t -> int
val all : t list
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val of_string : string -> t
val to_string : t -> string