Liblouis User's and Programmer's Manual
7.18 lou_logPrint (deprecated) ¶
void lou_logPrint ( char *format, ...);
This function is called like fprint
. It can be used by other
libraries to print messages to the file specified by the call to
lou_logFile
. In particular, it is used by the companion
library liblouisutdml.
This function is deprecated. See Deprecation of the logging system.