Module Log.Blocking.Output

module Output: sig .. end

type t 
val stdout : t
val stderr : t

See Async_extended.Syslog for syslog output.
val create : (Log.Message.t -> unit) -> t