package codex

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

Module Codex_logSource

Sourcetype category = string
Sourceval register_category : 'a -> 'a
Sourcemodule type S = sig ... end
Sourcemodule Default : S
Sourceval r : (module S) ref
Sourceval register : (module S) -> unit
Sourcemodule Null : S
Sourcemodule Dynamic : S
Sourcemodule Used = Dynamic
include module type of struct include Used end
Sourceval result : ('a, Format.formatter, unit) format -> 'a
Sourceval warning : ('a, Format.formatter, unit) format -> 'a
Sourceval error : ('a, Format.formatter, unit) format -> 'a
Sourceval feedback : ('a, Format.formatter, unit) format -> 'a
Sourceval performance_warning : ('a, Format.formatter, unit) format -> 'a
Sourceval imprecision_warning : ('a, Format.formatter, unit) format -> 'a
Sourceval fatal : ('a, Format.formatter, unit, 'b) format4 -> 'a