SHA256
17 lines
466 B
C++
17 lines
466 B
C++
#ifndef FEATHERLOG_FEATHERLOG_HPP
|
|
#define FEATHERLOG_FEATHERLOG_HPP
|
|
|
|
#include <featherlog/flog_definitions.h>
|
|
#include <featherlog/logger.hpp>
|
|
#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/push_result.hpp>
|
|
|
|
#include <featherlog/impl/flog_impl.hpp>
|
|
|
|
#endif
|