#include <spdlog/spdlog.h>#include <semaphore.h>Go to the source code of this file.
Classes | |
| class | NRPLogger |
| NRP Logging functions. More... | |
Macros | |
| #define | SPDLOG_TRACE_ON |
| #define | SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE |
| #define | NRP_LOGGER_TRACE(...) SPDLOG_TRACE(__VA_ARGS__) |
| trace log macro. It is voided by defining \PRODUCTION_RELEASE More... | |
| #define NRP_LOGGER_TRACE | ( | ... | ) | SPDLOG_TRACE(__VA_ARGS__) |
trace log macro. It is voided by defining \PRODUCTION_RELEASE
| #define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE |
| #define SPDLOG_TRACE_ON |