|
|
#include <log4cxx/helpers/filewatchdog.h> | #include <log4cxx/helpers/filewatchdog.h> |
#include <log4cxx/helpers/loglog.h> | #include <log4cxx/helpers/loglog.h> |
#include <sys/stat.h> | #include <sys/stat.h> |
|
#include <cerrno> |
#ifdef WIN32 |
|
#include <errno.h> |
|
#endif |
|
| |
using namespace log4cxx; | using namespace log4cxx; |
using namespace log4cxx::helpers; | using namespace log4cxx::helpers; |
|
|
***************************************************************************/ | ***************************************************************************/ |
| |
#include <log4cxx/config.h> | #include <log4cxx/config.h> |
|
#include <cerrno> |
| |
#ifdef WIN32 | #ifdef WIN32 |
#include <windows.h> | #include <windows.h> |