#include <loggingLoggingTSSStorage.h>
Public Types | |
typedef ACE_Hash_Map_Manager< ACE_CString, ACE_CString, ACE_Thread_Mutex > | HASH_MAP |
typedef ACE_Hash_Map_Iterator< ACE_CString, ACE_CString, ACE_Thread_Mutex > | HASH_MAP_ITER |
typedef ACE_Hash_Map_Entry< ACE_CString, ACE_CString > | HASH_MAP_ENTRY |
Public Member Functions | |
LoggingTSSStorage () | |
~LoggingTSSStorage () | |
void | clear () |
void | resetAttributes () |
const ACE_TCHAR * | routine () |
void | routine (const ACE_TCHAR *routine) |
const ACE_TCHAR * | file () |
void | file (const ACE_TCHAR *fileName) |
const unsigned long | line () |
void | line (unsigned long lineNumber) |
const ACE_TCHAR * | sourceObject () |
void | sourceObject (const ACE_TCHAR *soName) |
const ACE_TCHAR * | audience () |
void | audience (const ACE_TCHAR *soName) |
const ACE_TCHAR * | array () |
void | array (const ACE_TCHAR *soName) |
const ACE_TCHAR * | antenna () |
void | antenna (const ACE_TCHAR *soName) |
unsigned int | flags () |
void | flags (unsigned int flags) |
const ACE_TCHAR * | threadName () |
void | threadName (const ACE_TCHAR *name) |
const ACE_TCHAR * | logEntryType () |
void | logEntryType (const ACE_TCHAR *logEntryType) |
const ACE_TCHAR * | context () |
void | context (const ACE_TCHAR *context) |
int | stackLevel () |
void | stackLevel (int stackLevel) |
const ACE_TCHAR * | stackId () |
void | stackId (const ACE_TCHAR *stackId) |
const ACE_TCHAR * | logId () |
void | logId (const ACE_TCHAR *logId) |
const ACE_TCHAR * | uri () |
void | uri (const ACE_TCHAR *uri) |
const ACE_TCHAR * | host () |
void | host (const ACE_TCHAR *host) |
int | privateFlags () |
void | privateFlags (int privateFlags) |
int | logLevelLocalType () |
void | logLevelLocalType (int logLevelLocalType) |
int | logLevelRemoteType () |
void | logLevelRemoteType (int logLevelRemoteType) |
void | addAttribute (const ACE_TCHAR *name, const ACE_TCHAR *value) |
void | addData (const ACE_TCHAR *name, const ACE_TCHAR *value) |
HASH_MAP_ITER | getAttributes () |
HASH_MAP_ITER | getData () |
ACE_CString & | getTmpStr () |
Private Attributes | |
ACE_TCHAR * | m_threadName |
const ACE_TCHAR * | m_logEntryType |
const ACE_TCHAR * | m_routine |
const ACE_TCHAR * | m_file |
unsigned long | m_line |
const ACE_TCHAR * | sourceObject_m |
const ACE_TCHAR * | audience_m |
const ACE_TCHAR * | array_m |
const ACE_TCHAR * | antenna_m |
unsigned int | m_lflags |
const ACE_TCHAR * | m_stackId |
int | m_stackLevel |
const ACE_TCHAR * | m_context |
const ACE_TCHAR * | m_logId |
const ACE_TCHAR * | m_uri |
const ACE_TCHAR * | m_host |
int | m_privateFlags |
int | logLevelLocalType_m |
int | logLevelRemoteType_m |
LoggingTSSStorage::HASH_MAP | m_ldata |
LoggingTSSStorage::HASH_MAP | m_attributes |
ACE_CString | tmpStr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|