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.
static void gdcm::Trace::DebugOff | ( | ) | [static] |
static void gdcm::Trace::DebugOn | ( | ) | [static] |
static void gdcm::Trace::ErrorOff | ( | ) | [static] |
static void gdcm::Trace::ErrorOn | ( | ) | [static] |
static bool gdcm::Trace::GetDebugFlag | ( | ) | [static] |
static bool gdcm::Trace::GetErrorFlag | ( | ) | [static] |
static std::ostream& gdcm::Trace::GetStream | ( | ) | [static] |
static bool gdcm::Trace::GetWarningFlag | ( | ) | [static] |
static void gdcm::Trace::SetDebug | ( | bool | debug | ) | [static] |
static void gdcm::Trace::SetError | ( | bool | debug | ) | [static] |
static void gdcm::Trace::SetStream | ( | std::ostream & | os | ) | [static] |
Explicitely set the ostream for gdcm::Trace to report to.
static void gdcm::Trace::SetWarning | ( | bool | debug | ) | [static] |
static void gdcm::Trace::WarningOff | ( | ) | [static] |
static void gdcm::Trace::WarningOn | ( | ) | [static] |