Skip to content

7.17 lou_logFile (deprecated)

void lou_logFile (
  char *fileName);

This function is used when it is not convenient either to let messages be printed on stderr or to use redirection, as when liblouis is used in a GUI application or in liblouisutdml. Any error messages generated will be printed to the file given in this call. The entire path name of the file must be given.

This function is deprecated. See Deprecation of the logging system.