Files
FeatherLog/include/featherlog/featherlog.hpp
T
2026-08-17 21:01:29 +08:00

15 lines
424 B
C++

#ifndef FEATHERLOG_FEATHERLOG_HPP
#define FEATHERLOG_FEATHERLOG_HPP
#include <featherlog/flog_definitions.h>
#include <featherlog/log_formatter.hpp>
#include <featherlog/log_level.hpp>
#include <featherlog/log_manager.hpp>
#include <featherlog/log_message.hpp>
#include <featherlog/log_message_flag.hpp>
#include <featherlog/log_outputter.hpp>
#include <featherlog/logger.hpp>
#include <featherlog/push_result.hpp>
#endif