#include "Logger.h"
Static Public Member Functions | |
static void | debug (const char *fmt,...) |
Private Member Functions | |
Logger (void) | |
~Logger (void) | |
void | debugV (const char *fmt, va_list arg) |
Static Private Member Functions | |
static Logger * | instance (void) |
Private Attributes | |
bool | m_debugEnabled |
Static Private Attributes | |
static Logger * | s_instance = nullptr |
static QMutex * | s_mutex = nullptr |
|
private |
|
static |
Definition at line 78 of file Logger.cc.
Referenced by octave::qt_graphics_toolkit::create_object(), octave::qt_graphics_toolkit::finalize(), octave::qt_graphics_toolkit::initialize(), and octave::qt_graphics_toolkit::update().
|
private |
Definition at line 81 of file Logger.cc.
References m_debugEnabled.
|
staticprivate |
Definition at line 57 of file Logger.cc.
References Logger(), s_instance, and s_mutex.
|
private |
|
staticprivate |
Definition at line 44 of file Logger.h.
Referenced by instance().
|
staticprivate |
Definition at line 45 of file Logger.h.
Referenced by instance().