![]() |
LogIt++
|
File logger implementation that outputs logs to files with rotation and deletion of old logs. More...
#include "ILogger.hpp"#include <iostream>#include <fstream>#include <mutex>#include <atomic>#include <regex>#include <queue>#include <functional>#include <utility>#include <vector>#include <algorithm>#include <cstdlib>#include <cstdio>#include <time_shield/time_parser.hpp>Go to the source code of this file.
Classes | |
| class | logit::FileLogger |
| Logs messages to files with date-based rotation and automatic deletion of old logs. More... | |
| struct | logit::FileLogger::Config |
| Configuration for the file logger. More... | |
Namespaces | |
| namespace | logit |
| The primary namespace for the LogIt++ library. | |
Macros | |
| #define | _LOGIT_FILE_LOGGER_HPP_INCLUDED |
File logger implementation that outputs logs to files with rotation and deletion of old logs.
Definition in file FileLogger.hpp.
| #define _LOGIT_FILE_LOGGER_HPP_INCLUDED |
Definition at line 3 of file FileLogger.hpp.