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