Module Env_config.Log_outputSource

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