LogIt++
|
File logger implementation that outputs logs to files with rotation and deletion of old logs. More...
#include "ILogger.hpp"
#include "../TaskExecutor.hpp"
#include "../LogMacros.hpp"
#include "../Utils/path_utils.hpp"
#include <iostream>
#include <fstream>
#include <mutex>
#include <atomic>
#include <regex>
#include <queue>
#include <functional>
Go to the source code of this file.
Classes | |
class | logit::FileLogger |
Logger that outputs log messages to files with date-based rotation and old file deletion. More... | |
struct | logit::FileLogger::Config |
Configuration for the file logger. More... | |
Namespaces | |
namespace | logit |
The primary namespace for the LogIt++ library. | |
File logger implementation that outputs logs to files with rotation and deletion of old logs.
Definition in file FileLogger.hpp.