Module Stuff_for_WSD.Logger
include module type of struct include Codex.Codex_log end
val register_category : 'a -> 'b
val r : (module S) Stdlib.ref
val register : (module S) -> unit
val alarm_count : int Stdlib.ref
include module type of struct include Used end
val error : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'a
val feedback : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'a
val imprecision_warning :
('a, Stdlib.Format.formatter, unit) Stdlib.format ->
'a
val result : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'a
val fatal :
?e:'a ->
('b, Stdlib.Format.formatter, unit, 'c) Stdlib.format4 ->
'b
val info : ?level:'a -> ('b, Stdlib.Format.formatter, unit) Stdlib.format -> 'b
val debug :
?level:'a ->
?level:int ->
('b, Stdlib.Format.formatter, unit) Stdlib.format ->
'b
val fdebug :
?level:'a ->
(unit -> ('b, Stdlib.Format.formatter, unit) Stdlib.format) ->
'c
val warning :
?level:'a ->
('b, Stdlib.Format.formatter, unit) Stdlib.format ->
'c
val check : string -> unit
val alarm : string -> unit