GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 = 0 |
static QMutex * | s_mutex = 0 |
|
private |
|
static |
Definition at line 76 of file Logger.cc.
Referenced by QtHandles::ObjectFactory::createObject(), QtHandles::Backend::finalize(), QtHandles::Backend::initialize(), and QtHandles::Backend::update().
|
private |
|
staticprivate |
Definition at line 55 of file Logger.cc.
References Logger(), s_instance, and s_mutex.
|
private |
|
staticprivate |
Definition at line 41 of file Logger.h.
Referenced by instance().
|
staticprivate |
Definition at line 42 of file Logger.h.
Referenced by instance().