easy_logging
Module to log messages. Aimed at being both powerful and easy to use
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library easy_logging
val show_level : level -> string
val pp_level : Format.formatter -> level -> unit
type log_item = {
level : level; |
logger_name : string; |
msg : string; |
tags : string list; |
timestamp : float; |
}