#include <easylogging++.h>
Public Member Functions | |
Callback (void) | |
bool | enabled (void) const |
void | setEnabled (bool enabled) |
Protected Member Functions | |
virtual void | handle (const T *handlePtr)=0 |
Protected Member Functions inherited from el::base::threading::ThreadSafe | |
ThreadSafe (void) | |
virtual | ~ThreadSafe (void) |
virtual void | acquireLock (void) ELPP_FINAL |
virtual base::threading::Mutex & | lock (void) ELPP_FINAL |
virtual void | releaseLock (void) ELPP_FINAL |
Private Attributes | |
bool | m_enabled |
Definition at line 471 of file easylogging++.h.
|
inline |
Definition at line 2138 of file easylogging++.h.
|
inline |
Definition at line 2139 of file easylogging++.h.
|
protectedpure virtual |
|
inline |
Definition at line 2142 of file easylogging++.h.
|
private |
Definition at line 2149 of file easylogging++.h.