LogIt++
Loading...
Searching...
No Matches
LogIt.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _LOGIT_HPP_INCLUDED
3#define _LOGIT_HPP_INCLUDED
6
7#include "LogItConfig.hpp"
8#include "parts/Logger.hpp"
9#include "parts/LogStream.hpp"
10#include "parts/LogMacros.hpp"
15
18namespace logit {};
19
20#endif // _LOGIT_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.
Configuration macros for the LogIt logging system.
Provides various logging macros for different log levels and options.
Defines the LogStream class for stream-like logging functionality.
Defines the Logger class for managing multiple loggers and formatters.
Defines the SimpleLogFormatter class for formatting log messages according to a specified pattern or ...
Logger that writes each log message to a unique file with auto-deletion of old logs.
The primary namespace for the LogIt++ library.