Registers an application level log message callback.
void LV_SRE_RegisterAppLogMsg(ExportLogMsg log,void *p,int verbosity);
None.
Log
Pointer to a function which will receive logging information.
p
p is a void pointer to application-defined data. This data will be passed into the ExportLogMsg function to identify the application.
verbosity
range: 0 - 20
0: minimal logging info
1-19: logging levels used for specific issues; usually specify either 0 or 20.
20: maximum logging info
This function is used in addition to the port log message callback, because some log messages are generated while not associated with any one port.
There currently is no equivalent in LVSpeechPort.
Complete Help Topic List | Speech Engine Product Information