package easy_logging

  1. Overview
  2. Docs
type log_level

Type for log levels.

type log_item

Type of a log item, generated by loggers and passed to handlers.

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.

OCaml

Innovation. Community. Security.