mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 18:11:33 +08:00
relative includes wip
This commit is contained in:
parent
4bb3b56102
commit
0773e11883
@ -4,7 +4,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
|
||||||
#include "../details/null_mutex.h"
|
#include "../details/null_mutex.h"
|
||||||
#include "base_sink.h"
|
#include "base_sink.h"
|
||||||
|
|
||||||
|
@ -11,13 +11,12 @@
|
|||||||
// If the widget's lifetime can be shorter than the logger's one, you should provide some permanent
|
// If the widget's lifetime can be shorter than the logger's one, you should provide some permanent
|
||||||
// QObject, and then use a standard signal/slot.
|
// QObject, and then use a standard signal/slot.
|
||||||
//
|
//
|
||||||
|
#include "base_sink.h"
|
||||||
#include "../common.h"
|
#include "../common.h"
|
||||||
#include "../details/log_msg.h"
|
#include "../details/log_msg.h"
|
||||||
#include "../details/synchronous_factory.h"
|
#include "../details/synchronous_factory.h"
|
||||||
#include "base_sink.h"
|
|
||||||
#include <array>
|
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <QPlainTextEdit>
|
#include <QPlainTextEdit>
|
||||||
#include <QTextEdit>
|
#include <QTextEdit>
|
||||||
|
|
||||||
|
@ -27,8 +27,7 @@ using stderr_color_sink_st = ansicolor_stderr_sink_st;
|
|||||||
#endif
|
#endif
|
||||||
} // namespace sinks
|
} // namespace sinks
|
||||||
|
|
||||||
// template instantations
|
// template instantiations
|
||||||
|
|
||||||
template <typename Factory = spdlog::synchronous_factory>
|
template <typename Factory = spdlog::synchronous_factory>
|
||||||
std::shared_ptr<logger> stdout_color_mt(const std::string &logger_name,
|
std::shared_ptr<logger> stdout_color_mt(const std::string &logger_name,
|
||||||
color_mode mode = color_mode::automatic);
|
color_mode mode = color_mode::automatic);
|
||||||
|
Loading…
Reference in New Issue
Block a user