nux-1.14.0
nux::PrintfOutputConsole Class Reference

Standard printf output console. More...

#include <NuxCore/OutputDevice.h>

Inheritance diagram for nux::PrintfOutputConsole:
nux::LogOutputDevice

List of all members.

Public Member Functions

void Serialize (const TCHAR *text, const TCHAR *log_prefix, int severity)
 Write text to the standard printf output debug console.

Detailed Description

Standard printf output console.

Definition at line 115 of file OutputDevice.h.


Member Function Documentation

void nux::PrintfOutputConsole::Serialize ( const TCHAR *  text,
const TCHAR *  log_prefix,
int  severity 
) [virtual]

Write text to the standard printf output debug console.

Parameters:
textText to log.
log_prefixPrefix for the text.
severityImportance of the message.

Implements nux::LogOutputDevice.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends