Module Logging.Loggable
val pp : t -> Stdlib.Format.formatter -> unitval loggable_to_yojson : t -> Yojson.Safe.tval make :
(Stdlib.Format.formatter -> 'a -> unit) ->
(Yojson.Safe.t -> ('a, string) Stdlib.result) ->
('a -> Yojson.Safe.t) ->
'a ->
tval make_string : string -> tReturns a simple loggable of a string