|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::IDisplayer Class ReferenceDisplayer interface.
More...
#include <displayer.h>
Inheritance diagram for NLMISC::IDisplayer:
List of all members.
Detailed Description
Displayer interface.
Used to specialize a displayer to display a string. How to log information (for debugging purpose) ? -
Author:
-
Vianney Lecroart , Nevrax France
-
Date:
-
2000
Definition at line 65 of file displayer.h.
Constructor & Destructor Documentation
NLMISC::IDisplayer::IDisplayer |
( |
const char * |
displayerName = "" |
) |
|
|
NLMISC::IDisplayer::~IDisplayer |
( |
|
) |
[virtual] |
|
Member Function Documentation
const char * NLMISC::IDisplayer::dateToComputerString |
( |
time_t |
date |
) |
[static, protected] |
|
const char * NLMISC::IDisplayer::dateToHumanString |
( |
time_t |
date |
) |
[static, protected] |
|
void NLMISC::IDisplayer::display |
( |
const TDisplayInfo & |
args, |
|
|
const char * |
message |
|
) |
|
|
virtual void NLMISC::IDisplayer::doDisplay |
( |
const TDisplayInfo & |
args, |
|
|
const char * |
message |
|
) |
[protected, pure virtual] |
|
const char * NLMISC::IDisplayer::HeaderString |
( |
|
) |
[static, protected] |
|
const char* NLMISC::IDisplayer::IDisplayer::dateToHumanString |
( |
|
) |
[static, protected] |
|
|
Convert the current date to human string.
|
const char * NLMISC::IDisplayer::logTypeToString |
( |
CLog::TLogType |
logType, |
|
|
bool |
longFormat = false |
|
) |
[static, protected] |
|
Member Data Documentation
CMutex* NLMISC::IDisplayer::_Mutex [private]
|
|
std::string NLMISC::IDisplayer::DisplayerName
|
|
|
This is the idenfiant for a displayer, it is used to fond or remove a displayer.
Definition at line 79 of file displayer.h.
Referenced by IDisplayer. |
The documentation for this class was generated from the following files:
|
|