summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.cpp
blob: 452750556130a1a29554d70b079ee4a4e7f2558b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$
// THREADING NOTE: the global values here  (debug_{level,filter,stream)
// are assumed to be modified "safely", e.g. in the main thread as
// part of process initialization.  They are treated as immutable
// values through all of this debuging package.
//
// XXX on Windows, make it always use OutputDebugString () instead of stdio.

#include "tao/debug.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Export unsigned int TAO_debug_level = 0;

TAO_Export unsigned int TAO_orbdebug = 0;

TAO_END_VERSIONED_NAMESPACE_DECL