package easy_logging

  1. Overview
  2. Docs
Module to easily log messages

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3
md5=f2c40e821571792fc46dce2e97b2154b
sha512=15bbf841d4a7c5ff7c7d0af60176e6479a2ea1bf97e882d1c5bcf0adc7ccf990d947999705e63717353a86c8e87aa473e830629631b75501894389ca99b9f273

doc/easy_logging/Easy_logging/MakeLogging/index.html

Module Easy_logging.MakeLogging

Makes a Logging module from a Handlers module.

Parameters

module H : sig ... end

Signature

class logger : string -> log_level -> H.desc list -> object ... end

See Easy_logging.Logging.logger for documentation

val _loggers : (string, logger) Hashtbl.t
val set_level : string -> log_level -> unit
val get_logger : string -> logger
val make_logger : string -> log_level -> H.desc list -> logger
val dummy : unit -> logger
OCaml

Innovation. Community. Security.