package tezos-event-logging

  1. Overview
  2. Docs

Module Legacy_logging.MakeSource

Parameters

module _ : sig ... end

Signature

Sourceval debug : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval log_info : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval log_notice : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval warn : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval log_error : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval fatal_error : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval lwt_debug : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
Sourceval lwt_log_info : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
Sourceval lwt_log_notice : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
Sourceval lwt_warn : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
Sourceval lwt_log_error : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
Sourceval lwt_fatal_error : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
OCaml

Innovation. Community. Security.