log4cplus
1.1.0
|
#include <socketappender.h>
Public Member Functions | |
ConnectorThread (SocketAppender &) | |
virtual | ~ConnectorThread () |
virtual void | run () |
void | terminate () |
void | trigger () |
Protected Attributes | |
SocketAppender & | sa |
thread::ManualResetEvent | trigger_ev |
bool | exit_flag |
Definition at line 129 of file socketappender.h.
virtual log4cplus::SocketAppender::ConnectorThread::~ConnectorThread | ( | ) | [virtual] |
virtual void log4cplus::SocketAppender::ConnectorThread::run | ( | ) | [virtual] |
Implements log4cplus::thread::AbstractThread.
bool log4cplus::SocketAppender::ConnectorThread::exit_flag [protected] |
Definition at line 144 of file socketappender.h.
Definition at line 142 of file socketappender.h.
Definition at line 143 of file socketappender.h.