package easy_logging

  1. Overview
  2. Docs

Makes a Logging module from a Handlers module.

Parameters

module H : sig ... end

Signature

class logger : ?parent:logger option -> string -> object ... end

See Easy_logging.Logging.logger for documentation

val get_logger : string -> logger
val make_logger : ?propagate:bool -> string -> log_level -> H.desc list -> logger
OCaml

Innovation. Community. Security.