|
Ring Daemon
|

Public Member Functions | |
| void | enableConsoleLog (bool en) |
| void | enableFileLog (const std::string &path) |
| void | enableMonitorLog (bool en) |
| void | enableSysLog (bool en) |
| bool | isEnabled () |
| void | log (Logger::Msg &&msg) |
| void | stop () |
Static Public Member Functions | |
| static LogDispatcher & | instance () |
Public Attributes | |
| ConsoleLog | consoleLog |
| FileLog | fileLog |
| MonitorLog | monitorLog |
| SysLog | sysLog |
Definition at line 420 of file logger.cpp.
Definition at line 470 of file logger.cpp.
References consoleLog, jami::emitSignal(), and jami::Logger::Handler::enable().
Referenced by jami::Logger::setConsoleLog().

Definition at line 464 of file logger.cpp.
References fileLog, and jami::FileLog::setFile().
Referenced by jami::Logger::fini(), and jami::Logger::setFileLog().

Definition at line 502 of file logger.cpp.
References jami::emitSignal(), jami::Logger::Handler::enable(), and monitorLog.
Referenced by jami::Logger::setMonitorLog().

Definition at line 496 of file logger.cpp.
References jami::emitSignal(), jami::Logger::Handler::enable(), and sysLog.
Referenced by jami::Logger::setSysLog().

|
inlinestatic |
Definition at line 423 of file logger.cpp.
Referenced by jami::Logger::fini(), jami::Logger::setConsoleLog(), jami::Logger::setFileLog(), jami::Logger::setMonitorLog(), jami::Logger::setSysLog(), jami::Logger::vlog(), and jami::Logger::write().
|
inline |
Definition at line 508 of file logger.cpp.
References consoleLog, fileLog, jami::Logger::Handler::isEnable(), monitorLog, and sysLog.

|
inline |
Definition at line 429 of file logger.cpp.
References jami::emitSignal().
Referenced by jami::Logger::vlog(), and jami::Logger::write().

|
inline |
Definition at line 445 of file logger.cpp.
References jami::emitSignal().
Referenced by jami::Logger::fini().

| ConsoleLog jami::LogDispatcher::consoleLog |
Definition at line 459 of file logger.cpp.
Referenced by enableConsoleLog(), and isEnabled().
| FileLog jami::LogDispatcher::fileLog |
Definition at line 462 of file logger.cpp.
Referenced by enableFileLog(), and isEnabled().
| MonitorLog jami::LogDispatcher::monitorLog |
Definition at line 461 of file logger.cpp.
Referenced by enableMonitorLog(), and isEnabled().
| SysLog jami::LogDispatcher::sysLog |
Definition at line 460 of file logger.cpp.
Referenced by enableSysLog(), and isEnabled().