LOG_SYS_INFO
- Macro
- October 8, 2025
Table of Contents
LOG_SYS_INFO
LOG_SYS_INFO
Description
Writes an informational log message along with errno explanation appended at then end of final string.
Info
Think of this like perror()
but as LOG
macros
Success
Informational message written to log output
Failure
Logging fails silently (output not guaranteed)
Usage example (Cross-references)
No external code usages found in the scanned files.