I'm currently generating a large number (100s) of SSIS packages from C# that are being used to import MS Access databases to a staging area on SQL Server. This is a first step to removing MS Access from this organisation. These packages are working well and as they are generated automatically it is straightforward to add in new MS Access DBs as I become aware of them.
However, ideally I'd like to add in logging in the generated packages to track performance / exceptions. There appears to be support within EzAPI for this (LogProvider classes for example), but I've been unable to find any documentation.
Does anyone have an example of where they are doing this using the EzAPI SSIS API?