package hack_parallel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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