Applibs log.h

Header: #include <applibs/log.h>

The Applibs log header contains functions that log debug messages. Debug messages are displayed when you debug an application through the Azure Sphere SDK. These functions are thread safe.

Concepts and samples

Functions

Function Description
Log_Debug Logs and formats a debug message with printf formatting.
Log_DebugVarArgs Logs and formats a debug message with vprintf formatting.