FineReader Engine and FlexiCapture Engine support advanced logging.
Use the StartLogging method of the Engine object. This method enables logging of errors, warnings and method calls.
To the StartLogging method 2 arguments should be passed:
- Argument 1: full or relative path to the log file.
- Argument 2: pass True if you want to log all FREngine API calls or False if you only want to catch errors.
Example:
EngineLoader.Engine.StartLogging(Log_File_Name, true);
If you want to create a full log file, call this method right after getting FREngine object by InitializeEngine() method.
You can also view the scanning logs and the licensing logs.
Comments
0 comments
Please sign in to leave a comment.