package tezos-stdlib-unix

  1. Overview
  2. Docs
type t =
  1. | Null
  2. | Stdout
  3. | Stderr
  4. | File of string
  5. | Syslog of Lwt_log.syslog_facility
val encoding : t Data_encoding.t
val of_string : string -> t option
val to_string : t -> string
val pp : Format.formatter -> t -> unit