package dolog

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

Parameters

module Section : SECTION

Signature

val log : log_level -> string Lazy.t -> 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
val logf : log_level -> ('a, Pervasives.out_channel, unit, unit) Pervasives.format4 -> 'a
val fatalf : ('a, Pervasives.out_channel, unit, unit) Pervasives.format4 -> 'a
val errorf : ('a, Pervasives.out_channel, unit, unit) Pervasives.format4 -> 'a
val warnf : ('a, Pervasives.out_channel, unit, unit) Pervasives.format4 -> 'a
val infof : ('a, Pervasives.out_channel, unit, unit) Pervasives.format4 -> 'a
val debugf : ('a, Pervasives.out_channel, unit, unit) Pervasives.format4 -> 'a
OCaml

Innovation. Community. Security.