let msg level op args pp = if is_active level then begin Format.eprintf "%s: %s\t" level op; pp Format.err_formatter args; Format.eprintf "@." end