Grammar Logging Callback Function
The callback function is called by the LVGrammar interface when an error or warning is generated during the processing of a grammar. typedef void (*GrammarLogCB)(const char* message, int error_level, void* user_data) Parameterserror_level The types of errors… |