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
4
7
8#include "logit/config.hpp"
9#include "logit/enums.hpp"
10#include "logit/utils.hpp"
11#include "logit/Logger.hpp"
12#include "logit/LogStream.hpp"
13#include "logit/LogMacros.hpp"
14#include "logit/formatter.hpp"
15#include "logit/loggers.hpp"
16
19namespace logit {};
20
21#endif // _LOGIT_HPP_INCLUDED
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.
Configuration macros for the LogIt logging system.
Enumerations and utility functions for logging levels and text colors.
Aggregates all formatter components for convenient inclusion.
Aggregates all logger implementations for convenient inclusion.
The primary namespace for the LogIt++ library.
Aggregates various utility modules used throughout the project.