|
Ring Daemon
|

Go to the source code of this file.
Classes | |
| class | jami::ConsoleLog |
| class | jami::FileLog |
| class | jami::Logger::Handler |
| class | jami::LogDispatcher |
| class | jami::MonitorLog |
| struct | jami::Logger::Msg |
| class | jami::SysLog |
Namespaces | |
| namespace | jami |
Macros | |
| #define | CYAN "\033[22;36m" |
| #define | END_COLOR "\033[0m" |
| #define | LOGFILE "jami" |
| #define | RED "\033[22;31m" |
| #define | YELLOW "\033[01;33m" |
Functions | |
| static const char * | jami::check_error (char *result, char *) |
| static const char * | jami::check_error (int result, char *buffer) |
| static std::string | jami::formatHeader (std::string_view file, unsigned line) |
| static std::string | jami::formatPrintfArgs (const char *format, va_list ap) |
| void | jami::strErr () |
| Thread-safe function to print the stringified contents of errno. | |
| static constexpr std::string_view | jami::stripDirName (std::string_view path) |
Variables | |
| static std::atomic_bool | jami::debugEnabled_ {false} |
| static constexpr auto | jami::ENDL = '\n' |
| #define CYAN "\033[22;36m" |
Definition at line 63 of file logger.cpp.
| #define END_COLOR "\033[0m" |
Definition at line 58 of file logger.cpp.
| #define LOGFILE "jami" |
Definition at line 72 of file logger.cpp.
| #define RED "\033[22;31m" |
Definition at line 61 of file logger.cpp.
| #define YELLOW "\033[01;33m" |
Definition at line 62 of file logger.cpp.