|
Ring Daemon
|


Public Member Functions | |
| virtual void | consume (const Msg &msg)=0 |
| virtual void | enable (bool en) |
| bool | isEnable () |
| virtual | ~Handler ()=default |
Protected Attributes | |
| std::atomic_bool | enabled_ {false} |
Definition at line 219 of file logger.cpp.
|
virtualdefault |
|
pure virtual |
|
inlinevirtual |
Definition at line 226 of file logger.cpp.
References enabled_.
Referenced by jami::LogDispatcher::enableConsoleLog(), jami::LogDispatcher::enableMonitorLog(), jami::LogDispatcher::enableSysLog(), and jami::FileLog::setFile().
|
inline |
Definition at line 227 of file logger.cpp.
References enabled_.
Referenced by jami::LogDispatcher::isEnabled().
|
protected |
Definition at line 230 of file logger.cpp.
Referenced by enable(), and isEnable().