#include <CTiglLogging.h>
Public Member Functions | |
TIGL_EXPORT std::ostringstream & | AppendToStream (TiglLogLevel level, const char *file, int line) |
TIGL_EXPORT | DebugStream_ () |
virtual TIGL_EXPORT | ~DebugStream_ () |
Protected Attributes | |
std::ostringstream | stream |
Private Member Functions | |
DebugStream_ (const DebugStream_ &) | |
DebugStream_ & | operator= (const DebugStream_ &) |
Private Attributes | |
TiglLogLevel | _lastLevel |
TIGL_EXPORT tigl::DebugStream_::DebugStream_ | ( | ) |
|
virtual |
|
private |
TIGL_EXPORT std::ostringstream& tigl::DebugStream_::AppendToStream | ( | TiglLogLevel | level, |
const char * | file, | ||
int | line | ||
) |
|
private |
|
private |
|
protected |