LOG_SYS_INFO

Table of Contents

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.

Share :

Related Posts

JW_STR_KV

JW_STR_KV Description Write a key and string value into a JSON object.

Read More

LOG_ERROR

LOG_ERROR Description Writes an error-level log message. …[in] : Format string and arguments following printf-style syntax.

Read More

JW_FLT_KV

JW_FLT_KV Description Write a key and float value to a JSON object.

Read More