|
|
|
|
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
[legend]Collaboration diagram for NLMISC::IDisplayer:
[legend]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(s):
-
Vianney Lecroart , Nevrax France
-
Date:
-
2000
Definition at line 61 of file displayer.h.
Constructor & Destructor Documentation
NLMISC::IDisplayer::IDisplayer (
|
)
|
|
NLMISC::IDisplayer::~IDisplayer (
|
) [virtual]
|
|
Member Function Documentation
const char * NLMISC::IDisplayer::HeaderString (
|
) [static, protected]
|
|
const char * NLMISC::IDisplayer::dateToComputerString (
|
time_t date ) [static, protected]
|
|
|
Convert date to "784551148" string (time in second from 1975).
Definition at line 82 of file displayer.cpp. |
const char * NLMISC::IDisplayer::dateToHumanString (
|
time_t date ) [static, protected]
|
|
|
Convert date to "2000/01/14 10:05:17" string.
Definition at line 75 of file displayer.cpp. |
const char * NLMISC::IDisplayer::dateToHumanString (
|
) [static, protected]
|
|
|
Convert the current date to human string.
Definition at line 68 of file displayer.cpp. |
void NLMISC::IDisplayer::display (
|
const TDisplayInfo & args,
|
|
const char * message )
|
|
void NLMISC::IDisplayer::doDisplay (
|
const TDisplayInfo & args,
|
|
const char * message ) [protected, pure virtual]
|
|
const char * NLMISC::IDisplayer::logTypeToString (
|
CLog::TLogType logType,
|
|
bool longFormat = false ) [static, protected]
|
|
Member Data Documentation
CMutex * NLMISC::IDisplayer::_Mutex [private]
|
|
The documentation for this class was generated from the following files:
|
|