Log.SLogval log : 'a log_printerlog m l f v ... outputs a message from module m on level l, formatted with the parameterized string f and the values v ...
log_uncond m f v ... outputs a message from module m unconditionally, formatted with the parameterized string f and the values v ...
val log_result :
(Stdlib.Format.formatter -> 'a -> unit) ->
(Stdlib.Format.formatter -> 'a -> unit) ->
(Stdlib.Format.formatter -> 'a -> unit) ->
'a ->
unitlog_result pt xml json a outputs a result (for instance, for a post analysis) by choosing the right printing function depending on the output format