package env_config

  1. Overview
  2. Docs
type t =
  1. | Stdout
  2. | Stderr
  3. | File of {
    1. format : Format.t;
    2. filename : string;
    }
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_output : t -> Async.Log.Output.t
module Stable : sig ... end