SHA256
15 lines
424 B
C++
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
|