package easy_logging

  1. Overview
  2. Docs
Module to easily log messages

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.4
md5=dea0798a0e16c4c3adcd66284c78f02e
sha512=cec0646fac2c3ef0bca8991053fb0f8867737b6809cb0b191fb806d69df50ddd42fac8dc3147fb5c7f070a8156188fd7f168699189c10a3cbd3d880f81da0fbf

doc/easy_logging/Easy_logging/index.html

Module Easy_logging

type log_level

Type for log levels.

val show_log_level : log_level -> string
val pp_log_level : Format.formatter -> log_level -> unit
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 Default_handlers : sig ... end

Default implementation of a Handlers module.

module Logging : sig ... end

Default implementation of a Logging module.