GDCM
2.2.0
|
#include <gdcmTrace.h>
Public Member Functions | |
Trace () | |
~Trace () |
Static Public Member Functions | |
static void | DebugOff () |
static void | DebugOn () |
static void | ErrorOff () |
static void | ErrorOn () |
static bool | GetDebugFlag () |
static bool | GetErrorFlag () |
static std::ostream & | GetStream () |
static bool | GetWarningFlag () |
static void | SetDebug (bool debug) |
static void | SetError (bool debug) |
static void | SetStream (std::ostream &os) |
Explicitely set the ostream for gdcm::Trace to report to. | |
static void | SetWarning (bool debug) |
static void | WarningOff () |
static void | WarningOn () |
Debug / Warning and Error are encapsulated in this class by default the Trace class will redirect any debug/warning/error to std::cerr. Unless SetStream was specified with another (open) stream.
gdcm::Trace::Trace | ( | ) |
gdcm::Trace::~Trace | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Explicitely set the ostream for gdcm::Trace to report to.
|
static |
|
static |
|
static |