#include <LogManager.h>
| LogManager::~LogManager |
( |
| ) |
|
| LogManager::LogManager |
( |
| ) |
|
|
private |
| void LogManager::ClearPublishers |
( |
| ) |
|
|
private |
| void LogManager::CreateKeys |
( |
| ) |
|
|
staticprivate |
| void LogManager::DeleteCorrelIds |
( |
void * |
data | ) |
|
|
staticprivate |
| pthread_t LogManager::getPublisherThreadId |
( |
| ) |
|
|
static |
| void LogManager::Initialize |
( |
const NameValueCollection & |
applicationSettings, |
|
|
bool |
threaded = false |
|
) |
| |
|
static |
| void LogManager::InternalPublish |
( |
const AppException & |
except | ) |
throw () |
|
private |
| void LogManager::InternalPublishProc |
( |
const AppException & |
except | ) |
|
|
private |
| bool LogManager::isInitialized |
( |
| ) |
|
|
static |
| void * LogManager::PublisherThread |
( |
void * |
param | ) |
|
|
staticprivate |
| void LogManager::setCorrelationId |
( |
const string & |
value | ) |
|
|
static |
| void LogManager::setSessionId |
( |
const string & |
value | ) |
|
|
static |
| void LogManager::setThreaded |
( |
const bool |
threaded | ) |
|
|
private |
| void LogManager::Terminate |
( |
| ) |
|
|
static |
| pthread_key_t LogManager::CorrelationKey |
|
staticprivate |
| pthread_mutex_t LogManager::InstanceMutex = PTHREAD_MUTEX_INITIALIZER |
|
staticprivate |
| pthread_once_t LogManager::KeysCreate = PTHREAD_ONCE_INIT |
|
staticprivate |
| bool FinTP::LogManager::m_Initialized |
|
private |
| pthread_t FinTP::LogManager::m_PublishThreadId |
|
private |
| string FinTP::LogManager::m_SessionId |
|
private |
| bool FinTP::LogManager::m_Threaded |
|
private |
The documentation for this class was generated from the following files: