NRP Core  1.4.1
nrp_logger.h File Reference
#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...
 

Macro Definition Documentation

◆ NRP_LOGGER_TRACE

#define NRP_LOGGER_TRACE (   ...)    SPDLOG_TRACE(__VA_ARGS__)

trace log macro. It is voided by defining \PRODUCTION_RELEASE

◆ SPDLOG_ACTIVE_LEVEL

#define SPDLOG_ACTIVE_LEVEL   SPDLOG_LEVEL_TRACE

◆ SPDLOG_TRACE_ON

#define SPDLOG_TRACE_ON