#include "PortabilityImpl.hh"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <log4cpp/DailyRollingFileAppender.hh>
#include <log4cpp/Category.hh>
#include <log4cpp/FactoryParams.hh>
#include <memory>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <iostream>
Namespaces | |
namespace | log4cpp |
Defines | |
#define | PATHDELIMITER "\\" |
Functions | |
std::auto_ptr< Appender > | log4cpp::create_daily_roll_file_appender (const FactoryParams &) |
#define PATHDELIMITER "\\" |