package logs-async-reporter

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Logs_async_reporterSource

Sourceval reporter : unit -> Logs.reporter
Sourceval json_reporter : unit -> Logs.reporter
Sourceval output_reporter : (bytes -> int -> int -> unit) -> Logs.reporter
Sourceval zstd_reporter : ?zstd:Zstandard.Streaming.Compression.t -> ?inbuf:Core.Bigbuffer.t -> ?outbuf:Core.Bigstring.t -> Async.Writer.t -> Logs.reporter * (unit -> unit)
Sourceval level_arg : Logs.level option Async.Command.Arg_type.t

Argument type to be used for use in Command params.

Sourceval set_level_via_param : ?arg_name:string -> ?doc:string -> Logs.src list -> unit Async.Command.Param.t

set_level_via_param src is a param that sets the level of srcs (or all srcs if src is None).

Sourceval set_color_via_param : ?arg_name:string -> ?doc:string -> unit -> unit Async.Command.Param.t

set_color_via_param src is a param that sets the level of srcs (or all srcs if src is None).

OCaml

Innovation. Community. Security.