GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Static Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
QtHandles::Logger Class Reference

#include "Logger.h"

Collaboration diagram for QtHandles::Logger:
Collaboration graph
[legend]

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 Loggerinstance (void)
 

Private Attributes

bool m_debugEnabled
 

Static Private Attributes

static Loggers_instance = 0
 
static QMutex * s_mutex = 0
 

Detailed Description

Definition at line 33 of file Logger.h.

Constructor & Destructor Documentation

QtHandles::Logger::Logger ( void  )
private

Definition at line 41 of file Logger.cc.

References m_debugEnabled.

Referenced by instance().

QtHandles::Logger::~Logger ( void  )
private

Definition at line 50 of file Logger.cc.

Member Function Documentation

void QtHandles::Logger::debug ( const char *  fmt,
  ... 
)
static
void QtHandles::Logger::debugV ( const char *  fmt,
va_list  arg 
)
private

Definition at line 78 of file Logger.cc.

Logger * QtHandles::Logger::instance ( void  )
staticprivate

Definition at line 54 of file Logger.cc.

References Logger(), s_instance, and s_mutex.

Member Data Documentation

bool QtHandles::Logger::m_debugEnabled
private

Definition at line 39 of file Logger.h.

Referenced by Logger().

Logger * QtHandles::Logger::s_instance = 0
staticprivate

Definition at line 41 of file Logger.h.

Referenced by instance().

QMutex * QtHandles::Logger::s_mutex = 0
staticprivate

Definition at line 42 of file Logger.h.

Referenced by instance().


The documentation for this class was generated from the following files: