mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
include spdlog/fmt/ostr.h to be able to parse things that implement
operator << ostream
This commit is contained in:
parent
1d37a82185
commit
7c6e2ae35e
@ -13,11 +13,12 @@
|
||||
#define SPDLOG_DEBUG_ON
|
||||
#endif // NETGEN_LOG_DEBUG
|
||||
|
||||
#include <spdlog/fmt/ostr.h> // to be able to parse anything to logger that implements operator << ostream
|
||||
#include <spdlog/logger.h>
|
||||
#include <spdlog/sinks/sink.h>
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
#define NETGEN_DEBUG_LOG(logger, ...) SPDLOG_DEBUG(logger, __VA_ARGS__)
|
||||
#define NETGEN_DEBUG_LOG(...) SPDLOG_DEBUG(__VA_ARGS__)
|
||||
|
||||
#else // NETGEN_USE_SPDLOG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user