Logs_simple_config.Output
type t =
| Null
| Stdout
| Stderr
| File of string
| Syslog of Syslog.facility
val encoding : t Mavryk_base.TzPervasives.Data_encoding.t
val of_string : string -> t option
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit