package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.14.0.tar.gz
sha256=74f2b7b01ce3b92289cc7a68cd3ae53885c763cedd320d27949d585e5c13dc64
md5=9f80cfb72e3defcc9fca50f67e23e93c

doc/async.log_extended/Log_extended/Console/index.html

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.t

returns a Log.Output.t given optional styles (i.e. values of type Ansi.t list) for each of the `Debug, `Info, and `Error log levels. The default styling is to display debug messages in yellow, error messages in red, and info messages without any additional styling.

create doesn't take a format argument because colorized output should be read by humans.

module Blocking : sig ... end
OCaml

Innovation. Community. Security.