Module Log_extended.Console
val output : ?debug:Console.Ansi.attr list -> ?info:Console.Ansi.attr list -> ?error:Console.Ansi.attr list -> Async.Writer.t -> Async.Log.Output.treturns a
Log.Output.tgiven optional styles (i.e. values of typeAnsi.t list) for each of the`Debug,`Info, and`Errorlog levels. The default styling is to display debug messages in yellow, error messages in red, and info messages without any additional styling.createdoesn't take aformatargument because colorized output should be read by humans.
module Blocking : sig ... end