CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
打印到调试输出窗口 更多...
Public 成员函数 | |
DebugLoger () | |
DebugLoger (const char *file, int line, const char *funcname, bool is_short_name=true) | |
~DebugLoger () | |
void | printA (const char *pszFormat,...) |
void | printW (const WCHAR *pszFormat,...) |
Protected 属性 | |
int | m_line |
const char * | m_file |
const char * | m_function |
const char * | m_category |
打印到调试输出窗口
BUI::DebugLoger::DebugLoger | ( | ) |
BUI::DebugLoger::DebugLoger | ( | const char * | file, |
int | line, | ||
const char * | funcname, | ||
bool | is_short_name = true |
||
) |
BUI::DebugLoger::~DebugLoger | ( | ) |
void BUI::DebugLoger::printA | ( | const char * | pszFormat, |
... | |||
) |
void BUI::DebugLoger::printW | ( | const WCHAR * | pszFormat, |
... | |||
) |
|
protected |
|
protected |
|
protected |
|
protected |