|
nux-0.9.46
|
Standard printf output console. More...
#include <NuxCore/OutputDevice.h>
Public Member Functions | |
| void | Serialize (const TCHAR *text, const TCHAR *log_prefix, int severity) |
| Write text to the standard printf output debug console. | |
Standard printf output console.
| void nux::PrintfOutputConsole::Serialize | ( | const TCHAR * | text, |
| const TCHAR * | log_prefix, | ||
| int | severity | ||
| ) | [virtual] |
Write text to the standard printf output debug console.
| text | Text to log. |
| log_prefix | Prefix for the text. |
| severity | Importance of the message. |
Implements nux::LogOutputDevice.