#include <log4cpp/Portability.hh>
#include <log4cpp/FileAppender.hh>
#include <string>
#include <stdarg.h>
Go to the source code of this file.
Namespaces | |
namespace | log4cpp |
Classes | |
class | log4cpp::RollingFileAppender |
RollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size limit. More... |