Report the File Name in Stream Mode

When you run Filter in file mode the file name is always reported in the log file. To report the file name in stream mode, you must provide the file name through the API. To do this, set the OOPSrcFile property of the Filterclass. For example:

filter.OOPSrcFile = input_filename;