#include <stdarg.h>
#include <syslog.h>
-#include "logger.h"
+#include "stg/logger.h"
#ifdef STG_TIME
extern const volatile time_t stgTime;
}
//-----------------------------------------------------------------------------
STG_LOGGER::STG_LOGGER()
- : fileName()
+ : fileName(),
+ mutex()
{
pthread_mutex_init(&mutex, NULL);
}