Applibs log.h
标头: #include <applibs/log.h>
Applibs 日志标头包含记录调试消息的函数。 通过 Azure Sphere SDK 调试应用程序时,将显示调试消息。 这些函数是线程安全的。
概念和示例
功能
功能 | 描述 |
---|---|
Log_Debug | 使用 printf 格式记录调试消息并设置其格式。 |
Log_DebugVarArgs | 使用 vprintf 格式记录调试消息并设置其格式。 |
标头: #include <applibs/log.h>
Applibs 日志标头包含记录调试消息的函数。 通过 Azure Sphere SDK 调试应用程序时,将显示调试消息。 这些函数是线程安全的。
功能 | 描述 |
---|---|
Log_Debug | 使用 printf 格式记录调试消息并设置其格式。 |
Log_DebugVarArgs | 使用 vprintf 格式记录调试消息并设置其格式。 |