Return to Snippet

Revision: 36272
at November 20, 2010 03:06 by vbchrisw


Initial Code
byte[] bt = new byte[0];
this.Log("Test Log Event", 0, bt);

Initial URL
http://msdn.microsoft.com/en-us/library/ms136031.aspx

Initial Description
The Script Component uses the **Log** method of the autogenerated base class to log information to enabled log providers.

Initial Title
Logging In An SSIS Script Component

Initial Tags


Initial Language
C#