hack_parallel.utils
Hh_logger.Level
hack_parallel
hack_parallel.collections
hack_parallel.disk
hack_parallel.hack_core
hack_parallel.heap
hack_parallel.hh_json
hack_parallel.injection
hack_parallel.interface
hack_parallel.memory
hack_parallel.procs
hack_parallel.scheduler
hack_parallel.socket
hack_parallel.stubs
type t =
| Off
| Fatal
| Error
| Warn
| Info
| 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