Logger.Processor
A Processor is a module which processes structured log * messages into strings. This is used as part of defining * a Consumer.
type t
val raw : ?log_level:Level.t -> unit -> t
val pretty : log_level:Level.t -> config:Interpolator_lib.Interpolator.config -> t