Module type Log.SLog
val log : 'a log_printerlog m l f v ...outputs a message from modulemon levell, formatted with the parameterized stringfand the valuesv ...
val log_uncond : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'alog_uncond m f v ...outputs a message from modulemunconditionally, formatted with the parameterized stringfand the valuesv ...
val log_result : (Stdlib.Format.formatter -> 'a -> unit) -> (Stdlib.Format.formatter -> 'a -> unit) -> (Stdlib.Format.formatter -> 'a -> unit) -> 'a -> unitlog_result pt xml json aoutputs a result (for instance, for a post analysis) by choosing the right printing function depending on the output format