Std displayer. More...
#include <displayer.h>
Inherits NLMISC::IDisplayer.
Public Member Functions | |
| CStdDisplayer (const char *displayerName="") | |
Protected Member Functions | |
| virtual void | doDisplay (const CLog::TDisplayInfo &args, const char *message) |
| Display the string to stdout and OutputDebugString on Windows. | |
Std displayer.
Put string to stdout. log_howto
Definition at line 100 of file displayer.h.
| NLMISC::CStdDisplayer::CStdDisplayer | ( | const char * | displayerName = "" |
) | [inline] |
Definition at line 103 of file displayer.h.
| void NLMISC::CStdDisplayer::doDisplay | ( | const CLog::TDisplayInfo & | args, | |
| const char * | message | |||
| ) | [protected, virtual] |
Display the string to stdout and OutputDebugString on Windows.
Implements NLMISC::IDisplayer.
Definition at line 147 of file displayer.cpp.
References NLMISC::CLog::TDisplayInfo::CallstackAndLog, NLMISC::CLog::TDisplayInfo::FileName, NLMISC::CLog::TDisplayInfo::FuncName, NLMISC::CFile::getFilename(), IsDebuggerPresent, NLMISC::CLog::TDisplayInfo::Line, NLMISC::CLog::LOG_NO, NLMISC::CLog::TDisplayInfo::LogType, NLMISC::IDisplayer::logTypeToString(), ucstring::makeFromUtf8(), NLMISC::n, NLMISC::CLog::TDisplayInfo::ProcessName, NLMISC::CLog::TDisplayInfo::ThreadId, and NLMISC::toString().
1.6.1