INFORM
#define INFORM(x...) TPRINT(x)
#define INFORM(x) DEBUG_CONTEXT( __out x )
#define INFORM(x) DEBUG_CONTEXT( __out x )
#define INFORM(x) { __out("bfs: "); __out x; }
#define INFORM(x) { __out("bfs: "); __out x; }
#define INFORM(x...) DEBUG_CONTEXT( __out(x) )
#define INFORM(x...) DEBUG_CONTEXT( __out(x) )
#define INFORM(x...) TRACE(x)
#define INFORM(...) \
#define INFORM(...) \
#define INFORM(x...) DEBUG_CONTEXT( __out(x) )
#define INFORM(x...) DEBUG_CONTEXT( __out(x) )
#define INFORM(x) { __out("udf: "); __out x; }
#define INFORM(x) { __out("session: "); __out x; }
#define INFORM(x) DEBUG_CONTEXT( __out x )
#define INFORM(x) DEBUG_CONTEXT( __out x )
#define INFORM(x...) DEBUG_CONTEXT( __out(x) )
#define INFORM(x...) DEBUG_CONTEXT( __out(x) )
#define INFORM(x...) { __out(DEBUG_APP ": " x); }
#define INFORM(x...) { __out(DEBUG_APP ": " x); }
#define INFORM(x) { __out("udf: "); __out x; }
#define INFORM(x) { __out("udf: "); __out x; }