|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
打印到调试输出窗口 更多...
Public 成员函数 | |
| DebugLoger () | |
| DebugLoger (const char *file, int line, const char *func_name, bool is_short_name=true) | |
| ~DebugLoger () | |
| void | printA (const char *format_str,...) |
| void | printW (const WCHAR *format_str,...) |
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 * | func_name, | ||
| bool | is_short_name = true ) |
| BUI::DebugLoger::~DebugLoger | ( | ) |
| void BUI::DebugLoger::printA | ( | const char * | format_str, |
| ... ) |
| void BUI::DebugLoger::printW | ( | const WCHAR * | format_str, |
| ... ) |
|
protected |
|
protected |
|
protected |
|
protected |