BASE::RCLogMessage Class Reference

Inherits BASE::RCHandleNewDelete.

Inheritance diagram for BASE::RCLogMessage:

Inheritance graph
[legend]
Collaboration diagram for BASE::RCLogMessage:

Collaboration graph
[legend]
List of all members.

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 RCStringGetText () const
const RCStringGetSender () const
const RCStringGetComment () const
const RCSystemTimeGetTimeStamp () const
const RCStringGetLevelString () 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

Detailed Description

Author:
Patrik Stellmann


Member Data Documentation

const RCString RCLogMessage::LEVEL_STRING [static]
 

Initial value:

{
    _T("Unknown"),
    _T("ERROR"),
    _T("Warning"),
    _T("Info"),
    _T("Trace"),
    _T("Debug"),
}


The documentation for this class was generated from the following files:
Generated on Thu Feb 16 12:46:27 2006 for Simulator Bob by  doxygen 1.4.6-NO