Log module * * 1. Provide functions to log arbitrary messages, filtered according to a * section and a verbosity level. * * 2. Allow to setup a destination for these log messages. * *
Sourceval log :
section:string ->title:string ->('b, unit, string, unit)Stdlib.format4->'b
Sourceval fmt : unit ->(Stdlib.Format.formatter -> unit)-> string