OpenMW
|
#include <debugging.hpp>
Public Member Functions | |
Tee (std::ostream &stream, std::ostream &stream2) | |
virtual std::streamsize | writeImpl (const char *str, std::streamsize size, Level debugLevel) |
virtual | ~Tee () |
![]() | |
DebugOutputBase () | |
virtual std::streamsize | write (const char *str, std::streamsize size) |
Static Private Member Functions | |
static bool | useColoredOutput () |
Private Attributes | |
std::ostream & | out |
std::ostream & | out2 |
bool | mUseColor |
std::map< Level, int > | mColors |
Additional Inherited Members | |
![]() | |
static Level | getLevelMarker (const char *str) |
static void | fillCurrentDebugLevel () |
|
inline |
|
inlinevirtual |
|
inlinestaticprivate |
|
inlinevirtual |
Reimplemented from Debug::DebugOutputBase.
|
private |
|
private |
|
private |