|
Public Types |
| enum | Type {
TpException,
TpError,
TpWarning,
TpNotice,
TpToDo,
TpUnknown
} |
Public Member Functions |
|
| RunTimeEvent (const int _ID) |
|
| RunTimeEvent (char *_File, int _Line, RunTimeEvent::Type _type, std::ostringstream _message) |
|
const std::string & | GetFileName () const |
|
int | GetLine () const |
|
const std::string & | GetMsg () const |
|
const time_t & | GetTime () const |
|
Type | GetType () const |
|
std::ostringstream & | operator<< (std::ostringstream &_stream) |
Protected Attributes |
|
std::string | m_fileName |
|
int | m_line |
|
std::string | m_message |
|
time_t | m_time |
|
Type | m_type |
Static Protected Attributes |
|
static int | m_eventLastID = -1 |