|
|
Browse by Tags
All Tags » BizTalk Develop... » XLANG (RSS)
-
Here is a code snippet for writing information to the EventLog. This code will work in a BizTalk Expression Shape as well as in a .NET application.
if (!System.Diagnostics.EventLog.SourceExists(''BizTalkDev.Assembly.Namespace'')){ System.Diagnostics.EventLog.CreateEventSource(''BizTalkDev.Assembly.Namespace'', ...
|
|
|