ruuvi.drivers.c ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
Loading...
Searching...
No Matches
ruuvi_fruity_log.cpp
Go to the documentation of this file.
3#if RUUVI_FRUITY_LOG_ENABLED
4#include <Logger.h>
5
6void ri_log (const ri_log_severity_t severity,
7 const char * const message)
8{
9 //logs(message);
10 Logger::getInstance().logTag_f(Logger::LogType::LOG_MESSAGE_ONLY, NULL, 0, "", message);
11}
12#endif
ri_log_severity_t
Enable implementation selected by application.
void ri_log(const ri_log_severity_t severity, const char *const message)
Queues messages into log.
Header to enable and disable module compilation.