Module Codex_logger.Alarm_record

type t
val empty : t
val check : string -> t -> t
val alarm : string -> t -> t
val pretty : unique:bool -> Stdlib.Format.formatter -> t -> unit
val pretty_html : unique:bool -> Stdlib.Format.formatter -> t -> unit
val new_phase : string -> t -> t
val total_alarms : ignore:string list -> ?ignore_phase:string list -> unique:bool -> t -> int