console Namespace Reference
Namespace with functions for sending text to
console. All functions are fully multi-thread safe, though they must not be called during dll initialization or deinitialization (e.g. static object constructors or destructors) when service system is not available.
More...
Detailed Description
Namespace with functions for sending text to
console. All functions are fully multi-thread safe, though they must not be called during dll initialization or deinitialization (e.g. static object constructors or destructors) when service system is not available.
Function Documentation
| void console::complain |
( |
const char * |
what, |
|
|
std::exception const & |
e | |
|
) |
| | |
| void console::complain |
( |
const char * |
what, |
|
|
const char * |
msg | |
|
) |
| | |
| void console::error |
( |
const char * |
p_message |
) |
|
| void console::info |
( |
const char * |
p_message |
) |
|
| void console::print |
( |
const char * |
|
) |
|
| void console::printf |
( |
const char * |
, |
|
|
|
... | |
|
) |
| | |
| void console::printfv |
( |
const char * |
, |
|
|
va_list |
p_arglist | |
|
) |
| | |
| void console::warning |
( |
const char * |
p_message |
) |
|