LOG_SYS_INFO
LOG_SYS_INFO
Description
Writes an informational log message along with errno explanation appended at then end of final string.
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)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on