|
CppLogging 1.0.5.0
C++ Logging Library
|
Rolling file appender definition. More...
#include "logging/appender.h"#include "filesystem/filesystem.h"#include <memory>#include "rolling_file_appender.inl"Go to the source code of this file.
Classes | |
| class | CppLogging::RollingFileAppender |
| Rolling file appender. More... | |
Namespaces | |
| namespace | CppLogging |
| C++ Logging project definitions. | |
Enumerations | |
| enum class | CppLogging::TimeRollingPolicy { CppLogging::YEAR , CppLogging::MONTH , CppLogging::DAY , CppLogging::HOUR , CppLogging::MINUTE , CppLogging::SECOND } |
| Time rolling policy. More... | |
Functions | |
| template<class TOutputStream > | |
| TOutputStream & | CppLogging::operator<< (TOutputStream &stream, TimeRollingPolicy policy) |
| Stream output: Time rolling policy. | |
Rolling file appender definition.
Definition in file rolling_file_appender.h.