Logging

LOG_ERROR

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

Read More

LOG_FATAL

LOG_FATAL Description Writes a fatal log message and aborts the program. …[in] : Format string and arguments following printf-style syntax.

Read More

LOG_INFO

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

Read More

LogDeinit

LogDeinit Description Shut down logging subsystem and release resources

Read More

LogInit

LogInit Description Initialize logging subsystem

Read More

LogWrite

LogWrite Description Core log message generation function

Read More