package irmin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Export_for_backends.LoggingSource

Logs tags attached to the log entries emitted by Irmin:

Sourcemodule Source_code_position : sig ... end
Sourcemodule type Clock = sig ... end

A monotonic time source. See Mtime_clock for an OS-dependent implementation.

Sourceval reporter : ?filter_src:(Logs.src -> bool) -> ?prefix:string -> (module Clock) -> Logs.reporter

A default Logs reporter that is sensitive to the logs tags above.

OCaml

Innovation. Community. Security.