Module Msat__.Log
Logging function, for debugging
val debugf : int -> ((('a, Format.formatter, unit, unit) Pervasives.format4 -> 'a) -> unit) -> unitEmit a debug message at the given level. If the level is lower than
get_debug (), the message will indeed be emitted
val debug : int -> string -> unitSimpler version of
debug, without formatting