Creates new log file.
Unit
Syntax
ParametersAFileName [in] An absolute full file name for the new log file. We recommend to use .csl file extension.
RemarksThis function creates new log file. Add subsequent calls to ELog-like functions will write to AFileName.
A call to this function should be the first call in your application (e.g. before you call any of other logging routines).
Examples
See also
|