LogIt++
Loading...
Searching...
No Matches
FileLogger.hpp File Reference

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 <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
 

Detailed Description

File logger implementation that outputs logs to files with rotation and deletion of old logs.

Definition in file FileLogger.hpp.

Macro Definition Documentation

◆ _LOGIT_FILE_LOGGER_HPP_INCLUDED

#define _LOGIT_FILE_LOGGER_HPP_INCLUDED

Definition at line 3 of file FileLogger.hpp.