Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |