#include <QMutex>
#include <QMutexLocker>
#include <QProcessEnvironment>
#include <cstdio>
#include "Logger.h"
Go to the source code of this file.
#define STATIC_LOGGER |
( |
|
fun | ) |
|
Value:void Logger::fun (const char* fmt, ...) \
{ \
QMutexLocker lock (s_mutex); \
va_list vl; \
va_start (vl, fmt); \
instance ()->fun ##
V (fmt, vl); \
va_end (vl); \
}
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type double * V
Definition at line 66 of file Logger.cc.