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