sig
  val reporter :
    ?prefix:string option ->
    ?app:Format.formatter -> ?dst:Format.formatter -> unit -> Logs.reporter
  val err_style : Fmt.style
  val warn_style : Fmt.style
  val info_style : Fmt.style
  val debug_style : Fmt.style
  val pp_header : Format.formatter -> Logs.level * string option -> unit
end