Log.Sigtype 'a log_printer =
Lib.log_level ->
('a, Stdlib.Format.formatter, unit) Stdlib.format ->
'atype 'a m_log_printer = Lib.kind_module -> 'a log_printerval 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
Print the separator between JSON objects (could be nothing for incremental json, or comma for standard json)
Relay log messages to invariant manager, takes printing function as argument for relay messages.
val pp_print_kind_module_xml_src :
Stdlib.Format.formatter ->
Lib.kind_module ->
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