Skip to content
Snippets Groups Projects

Resolve "Upgrade logging library"

Merged Mateus Sanches Moura requested to merge 491-upgrade-logging-library into devel
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -34,14 +34,10 @@
// spdlog include
#include "spdlog/spdlog.h"
#if SPDLOG_VER_MAJOR >= 1
#include "spdlog/async.h"
// enable the use of ostream operator<<
#include "spdlog/fmt/ostr.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#else
#include "spdlog/fmt/bundled/ostream.h"
#endif
// Wolf includes
#include "core/utils/singleton.h"
Loading