package riot

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

Module LogSource

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

Innovation. Community. Security.