Brassaia_eio.LoggingLogs tags attached to the log entries emitted by Brassaia:
module Source_code_position : sig ... endmodule type Clock = Logging_intf.Clockval reporter :
?filter_src:(Logs.src -> bool) ->
?prefix:string ->
(module Clock) ->
Logs.reporterA default Logs reporter that is sensitive to the logs tags above.
val to_string_exn : 'a Data_encoding.encoding -> 'a -> stringto_string_exn encoding v returns v as a string according to encoding