package dolog

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type log_level =
  1. | FATAL
  2. | ERROR
  3. | WARN
  4. | INFO
  5. | DEBUG
val set_log_level : log_level -> unit
val set_output : Pervasives.out_channel -> unit
val fatal : string Lazy.t -> unit
val error : string Lazy.t -> unit
val warn : string Lazy.t -> unit
val info : string Lazy.t -> unit
val debug : string Lazy.t -> unit
OCaml

Innovation. Community. Security.