Skip to main content
Module Codex_log
val register_category : 'a -> 'amodule type S = sig ... endval r : (module S) Stdlib.refval register : (module S) -> unitinclude module type of struct include Used end
val result : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'aval warning : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'aval error : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'aval feedback : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'aval imprecision_warning :
('a, Stdlib.Format.formatter, unit) Stdlib.format ->
'aval fatal : ('a, Stdlib.Format.formatter, unit, 'b) Stdlib.format4 -> 'a