LOG_ERROR Description Writes an error-level log message. …[in] : Format string and arguments following printf-style syntax.
LOG_FATAL Description Writes a fatal log message and aborts the program. …[in] : Format string and arguments following printf-style syntax.
LOG_INFO Description Writes an informational log message. …[in] : Format string and arguments following printf-style syntax.
LogDeinit Description Shut down logging subsystem and release resources
LogInit Description Initialize logging subsystem
LogWrite Description Core log message generation function