#include <common/Defines.h>#include <common/Logger.h>#include <common/LoggerI.h>#include <SDL/SDL.h>#include <SDL/SDL_thread.h>#include <time.h>#include <stdio.h>#include <stdarg.h>#include <algorithm>Go to the source code of this file.
Variables | |
| static SDL_mutex * | logMutex_ = 0 |
| static Uint32 | threadId = (Uint32) -1 |
SDL_mutex* logMutex_ = 0 [static] |
Definition at line 35 of file Logger.cpp.
Referenced by Logger::addLogger(), Logger::log(), Logger::Logger(), Logger::processLogEntries(), and Logger::remLogger().
Uint32 threadId = (Uint32) -1 [static] |
Definition at line 36 of file Logger.cpp.
Referenced by Logger::log(), and Logger::processLogEntries().
1.5.3