Module Logs_simple_config.Output

type t =
  1. | Null
  2. | Stdout
  3. | Stderr
  4. | File of string
  5. | 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