env_config
Env_config.Log_output
module Format = Async.Log.Output.Format.Stable.V1
type t =
| Stdout
| Stderr
| File of {
format : Format.t;
filename : string;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_output : t -> Async.Log.Output.t
module Stable : sig ... end