Module Ext_log

A Poor man's logging utility

Example:

err __LOC__ "xx"
type 'a logging = ('a, Stdlib.Format.formatter, unit, unit, unit, unit) Stdlib.format6 -> 'a
val dwarn : ?__POS__:(string * int * int * int) -> 'a logging