Easy_loggingval show_log_level : log_level -> stringval pp_log_level : Format.formatter -> log_level -> unitmodule type HandlersT = sig ... endSignature of Handlers modules.
module MakeLogging (H : sig ... end) : sig ... endMakes a Logging module from a Handlers module.
module Handlers : sig ... endDefault implementation of a Handlers module.
module Logging : sig ... endDefault implementation of a Logging module.