Module type Log.Sig
type 'a log_printer= Lib.log_level -> ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'atype 'a m_log_printer= Lib.kind_module -> 'a log_printer
Logging
val set_module : Lib.kind_module -> unitSet module currently running
val get_module : unit -> Lib.kind_moduleGet module currently running
val get_log_format : unit -> log_formatReturns the log format
val set_log_format : log_format -> unitChooses the log format
Auxiliary functions
val pp_print_kind_module_xml_src : Stdlib.Format.formatter -> Lib.kind_module -> unitval print_xml_trailer : unit -> unitval printf_xml : 'a m_log_printerval printf_json : 'a m_log_printerval parse_log_xml : Lib.log_level -> Lib.position -> string -> unitval parse_log_json : Lib.log_level -> Lib.position -> string -> unit