SSIS provides several log providers, including the Log Provider for SQL Server (my personal favorite). I decided pretty quickly that I needed to customize my logging capabilities. There are two main methods for custom logging in SSIS: Create a custom log provider in managed code, as detailed on MSDN...