Logger.Messagetype t = {timestamp : Time.t; |
level : Level.t; |
source : Source.t option; |
message : string; |
metadata : Metadata.t; |
event_id : Structured_log_events.id option; |
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or