Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Riot.Logger
type ('a, 'b) logger_format =
(('a, Format.formatter, unit, 'b) format4 -> 'a) ->
'b
module type Intf = sig ... end
include Application.Intf
module type Namespace = sig ... end
include Intf
val set_log_level : level option -> unit
val debug : ('a, unit) logger_format -> unit
val error : ('a, unit) logger_format -> unit
val info : ('a, unit) logger_format -> unit
val trace : ('a, unit) logger_format -> unit
val warn : ('a, unit) logger_format -> unit