easy_logging
MakeLogging.H
type t
Type of a handler
type tag
type log_item = {
level : Easy_logging__Easy_logging_types.level;
logger_name : string;
msg : string;
tags : tag list;
}
type log_formatter = log_item -> string
val apply : t -> log_item -> unit
Applies the handler to a log_item
log_item
type desc
Type used to instantiate a handler
val make : desc -> t
Instantiates a handler