Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
MakeLogging.loggerSourceval mutable level : level optionval mutable handlers : H.t listval parent : logger optionmethod set_level : level -> unitmethod add_handler : H.t -> unitmethod get_handlers : H.t listmethod set_handlers : H.t list -> unitmethod effective_level : levelmethod get_handlers_propagate : H.t listmethod private treat_msg : 'a. ('a -> string) ->
string list ->
level ->
'a ->
unitmethod private _log_msg : 'a. ('a -> string) ->
string list ->
level ->
'a ->
unitmethod flash : 'a. ?tags:string list -> ('a, unit, string, unit) format4 -> 'amethod error : 'a. ?tags:string list -> ('a, unit, string, unit) format4 -> 'amethod warning : 'a. ?tags:string list ->
('a, unit, string, unit) format4 ->
'amethod info : 'a. ?tags:string list -> ('a, unit, string, unit) format4 -> 'amethod trace : 'a. ?tags:string list -> ('a, unit, string, unit) format4 -> 'amethod debug : 'a. ?tags:string list -> ('a, unit, string, unit) format4 -> 'amethod lflash : ?tags:string list -> string Lazy.t -> unitmethod lerror : ?tags:string list -> string Lazy.t -> unitmethod lwarning : ?tags:string list -> string Lazy.t -> unitmethod linfo : ?tags:string list -> string Lazy.t -> unitmethod ltrace : ?tags:string list -> string Lazy.t -> unitmethod ldebug : ?tags:string list -> string Lazy.t -> unit