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

Functions

void senMLSetLogger (Stream &logger)
 

Variables

Stream_senml_logger = NULL
 

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 = NULL