package easy_logging

  1. Overview
  2. Docs

Module Easy_logging.MakeLoggingSource

Makes a Logging module from a Handlers module.

Parameters

module H : sig ... end

Signature

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

See Easy_logging.Logging.logger for documentation

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

Innovation. Community. Security.