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