KPN Things Device SDK
senml_logging.h File Reference
#include "defaults.h"

Go to the source code of this file.

Macros

#define log_debug(...)
 

Functions

void senMLSetLogger (Stream &logger)
 

Variables

Stream_senml_logger
 

Macro Definition Documentation

◆ log_debug

#define log_debug (   ...)
Value:
_senml_logger->println(__VA_ARGS__)
Stream * _senml_logger
Definition: senml_logging.cpp:16

Function Documentation

◆ senMLSetLogger()

void senMLSetLogger ( Stream logger)

Assign a stream to the library that can be used to write log information to.

Parameters
loggera stream object that will be used for logging.
Returns
none

Variable Documentation

◆ _senml_logger

Stream* _senml_logger
extern