package plebeia

  1. Overview
  2. Docs

Module Internal.LogSource

Sourcetype level =
  1. | Debug
  2. | Info
  3. | Notice
  4. | Warning
  5. | Error
  6. | Fatal
Sourcetype t = {
  1. f : 'a. level -> ('a, Format.formatter, unit, unit) format4 -> 'a;
}
Sourceval set : t -> unit
Sourceval log : level -> ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval debug : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval info : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval notice : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval warning : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval error : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval fatal : ('a, Format.formatter, unit, unit) format4 -> 'a
OCaml

Innovation. Community. Security.