#include <easylogging++.h>

Protected Member Functions | |
| void | handle (const LogDispatchData *data) |
Protected Member Functions inherited from el::LogDispatchCallback | |
| base::threading::Mutex & | fileHandle (const LogDispatchData *data) |
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 Member Functions | |
| void | dispatch (base::type::string_t &&logLine) |
Private Attributes | |
| const LogDispatchData * | m_data |
Additional Inherited Members | |
Public Member Functions inherited from el::Callback< LogDispatchData > | |
| Callback (void) | |
| bool | enabled (void) const |
| void | setEnabled (bool enabled) |
Definition at line 2758 of file easylogging++.h.
|
private |
Definition at line 2231 of file easylogging++.cc.
|
protectedvirtual |
Reimplemented from el::LogDispatchCallback.
Definition at line 2221 of file easylogging++.cc.
|
private |
Definition at line 2762 of file easylogging++.h.