package riot

  1. Overview
  2. Docs
type level =
  1. | Debug
  2. | Error
  3. | Info
  4. | Trace
  5. | Warn
val set_log_level : level option -> unit
type ('a, 'b) message_format = (('a, Stdlib.Format.formatter, unit, 'b) Stdlib.format4 -> 'a) -> 'b
val trace : ('a, unit) message_format -> unit
val debug : ('a, unit) message_format -> unit
val info : ('a, unit) message_format -> unit
val warn : ('a, unit) message_format -> unit
val error : ('a, unit) message_format -> unit
OCaml

Innovation. Community. Security.