#include "Logger.h"
|
| static void | debug (const char *fmt,...) |
| |
Definition at line 35 of file Logger.h.
◆ Logger()
◆ ~Logger()
◆ debug()
| void Logger::debug |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
static |
◆ debugV()
| void Logger::debugV |
( |
const char * |
fmt, |
|
|
va_list |
arg |
|
) |
| |
|
private |
◆ instance()
| Logger * Logger::instance |
( |
void |
| ) |
|
|
staticprivate |
◆ m_debugEnabled
| bool Logger::m_debugEnabled |
|
private |
◆ s_instance
| Logger * Logger::s_instance = nullptr |
|
staticprivate |
◆ s_mutex
| QMutex * Logger::s_mutex = nullptr |
|
staticprivate |
The documentation for this class was generated from the following files: