package easy_logging

  1. Overview
  2. Docs
type log_level

Type for log levels.

val show_log_level : log_level -> string
val pp_log_level : Format.formatter -> log_level -> unit
val log_level_of_string : string -> (log_level, string) result
module type HandlersT = sig ... end

Signature of Handlers modules.

module MakeLogging (H : sig ... end) : sig ... end

Makes a Logging module from a Handlers module.

module Handlers : sig ... end

Default implementation of a Handlers module.

module Logging : sig ... end

Default implementation of a Logging module.

OCaml

Innovation. Community. Security.