package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.13.0.tar.gz
sha256=fef9ebe342ea59d7804f6292b7891ad664a8ba8d4174a1b202db91363a9c71ab
md5=fbfc7059179bc9ddd5dc1411e7d2e815

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.