Inheritance diagram for BASE::RCLogMessage:


Public Member Functions | |
| RCLogMessage (TLogLevel nLevel=LL_UNKNOWN, const RCString &sText=_T(""), const RCString &sSender=_T("<unknown>"), const RCString &sComment=_T("<unknown>"), const RCSystemTime &TimeStamp=RCSystemTime()) | |
| TLogLevel | GetLevel () const |
| const RCString & | GetText () const |
| const RCString & | GetSender () const |
| const RCString & | GetComment () const |
| const RCSystemTime & | GetTimeStamp () const |
| const RCString & | GetLevelString () const |
| RCString | GetTimeString () const |
| RCString | GetDateString () const |
Static Public Attributes | |
| static const RCString | LEVEL_STRING [LL_ENTRY_COUNT] |
Protected Attributes | |
| TLogLevel | m_nLevel |
| RCString | m_sText |
| RCString | m_sSender |
| RCString | m_sComment |
| RCSystemTime | m_TimeStamp |
|
|
Initial value:
{
_T("Unknown"),
_T("ERROR"),
_T("Warning"),
_T("Info"),
_T("Trace"),
_T("Debug"),
}
|
1.4.6-NO