Sunday 28 December 2014

Enable logging in ESB toolkit

 Add switches in your machine.config file. and use debug view for custom logging
 
<system.diagnostics>
      <switches>
          <add name="BizTalkESBToolkit2.2" value="4"/>
      </switches>
</system.diagnostics>

No comments:

Post a Comment