#include <string>
#include <windows.h>
Go to the source code of this file.
Classes | |
class | log4cpp::threading::MSMutex |
class | log4cpp::threading::MSScopedLock |
class | log4cpp::threading::ThreadLocalDataHolder< T > |
Namespaces | |
log4cpp | |
log4cpp::threading | |
Macros | |
#define | LOG4CPP_UNDEFINE_NOGDI |
#define | LOG4CPP_UNDEFINE_WIN32_LEAN_AND_MEAN |
#define | NOGDI |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
static std::string | log4cpp::threading::getThreadId () |
static char * | log4cpp::threading::getThreadId (char *buffer) |
#define LOG4CPP_UNDEFINE_NOGDI |
Definition at line 21 of file MSThreads.hh.
#define LOG4CPP_UNDEFINE_WIN32_LEAN_AND_MEAN |
Definition at line 26 of file MSThreads.hh.
#define NOGDI |
Definition at line 20 of file MSThreads.hh.
#define WIN32_LEAN_AND_MEAN |
Definition at line 25 of file MSThreads.hh.