Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Riot.Loggertype ('a, 'b) logger_format =
(('a, Format.formatter, unit, 'b) format4 -> 'a) ->
'bmodule type Intf = sig ... endinclude Application.Intfmodule type Namespace = sig ... endinclude Intfval set_log_level : level option -> unitval debug : ('a, unit) logger_format -> unitval error : ('a, unit) logger_format -> unitval info : ('a, unit) logger_format -> unitval trace : ('a, unit) logger_format -> unitval warn : ('a, unit) logger_format -> unit