LogIt++
Loading...
Searching...
No Matches
loggers.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _LOGIT_LOGGERS_HPP_INCLUDED
3#define _LOGIT_LOGGERS_HPP_INCLUDED
4
7
9#include "loggers/ILogger.hpp"
13
14#endif // _LOGIT_LOGGERS_HPP_INCLUDED
Console logger implementation that outputs logs to the console with color support.
File logger implementation that outputs logs to files with rotation and deletion of old logs.
Defines the interface for loggers used in the logging system.
Defines the TaskExecutor class, which manages task execution in a separate thread.
Logger that writes each log message to a unique file with auto-deletion of old logs.