package easy_logging

  1. Overview
  2. Docs
Module to easily log messages

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4
md5=dea0798a0e16c4c3adcd66284c78f02e
sha512=cec0646fac2c3ef0bca8991053fb0f8867737b6809cb0b191fb806d69df50ddd42fac8dc3147fb5c7f070a8156188fd7f168699189c10a3cbd3d880f81da0fbf

doc/easy_logging/Easy_logging/MakeLogging/argument-1-H/index.html

Parameter MakeLogging.H

type t

Type of a handler

type tag
type log_item = {
  1. level : Easy_logging__Easy_logging_types.level;
  2. logger_name : string;
  3. msg : string;
  4. tags : tag list;
}
type log_formatter = log_item -> string
val apply : t -> log_item -> unit

Applies the handler to a log_item

type desc

Type used to instantiate a handler

Instantiates a handler

val make : desc -> t

Instantiates a handler

OCaml

Innovation. Community. Security.