SSIS Custom Log Provider Programming
I've got a programming question
About custom log providers in SSIS.
I have some package variables which I am trying to access from within a custom log provider that I am writing.
I want to consume their values and write them out to my log within the code on the custom log provider.
Is there a way to do that??
/rkenyon
|