void LogMessageByType(LogMessageId messageType, const char* pfmt, ...);
LogMessageByType is used to identify/create log messages by type. This calls the logging function with specific message type, with no type filtering.
Parameters |
Description |
LogMessageId messageType |
Type of the message being logged, described by LogMessageId. |
const char* pfmt |
A printf-style format string for the log messages. |