package hack_parallel

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

Module Hh_logger.LevelSource

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

Innovation. Community. Security.