package hack_parallel

  1. Overview
  2. Docs
Parallel and shared memory library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
sha256=4ebcdd0c0b23735228d13bbf401799174771a747a5aeb4f35b64dcfc68079e29
md5=26aff6c969020c1d2f588c574dc7d08a

doc/hack_parallel.utils/Hh_logger/Level/index.html

Module Hh_logger.Level

type t =
  1. | Off
  2. | Fatal
  3. | Error
  4. | Warn
  5. | Info
  6. | Debug
val min_level : unit -> t
val set_min_level : t -> unit
val passes_min_level : t -> bool
val log : t -> ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'a
val log_duration : t -> string -> float -> float
OCaml

Innovation. Community. Security.