LogMessageType
LogMessageType
Description
Enumeration of log message severity levels
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Log.c:111:
}
void LogWrite(LogMessageType type, const char *tag, int line, const char *msg) {
if (!msg) {
return;- In
Log.h:165:
LOG_MESSAGE_TYPE_ERROR,
LOG_MESSAGE_TYPE_INFO
} LogMessageType;
///
- In
Log.h:201:
///
/// TAGS: Logging, LowLevel, System
void LogWrite(LogMessageType type, const char *tag, int line, const char *msg);
#endif // MISRA_STD_LOG_H
Last updated on