Module type Loggers.SPEC


module type SPEC = sig .. end
Specification for creating loggers

val logger : Syslog.lev -> string -> unit