Binsec.LoggerLogging/output facilities
module type S = sig ... endmodule type ChannelGroup = sig ... endmodule Make (G : ChannelGroup) : Sval with_tags_on :
Format.formatter ->
('a, Format.formatter, unit) format ->
'awith_tags_on ppf fmt pretty-prints fmt on the pretty-printing formatter ppf with tag marking and printing functions activated. Before it quits, those functions are deactivated.
This allows delimits an environment where tags simply need to be interpreted or might have specific semantics.