BizTalk CAT Instrumentation Framework Controller: My First Experience
In past I have used log4net or System.Diagnostics.Trace component of .NET for logging and tracing. Until a few months ago the post Best Practices for Instrumenting High Performance BizTalk Solutions got my attention. I read it, but did not start using it directly as I wasn’t doing any development. These days I sometimes am involved in development of BizTalk solutions, so moment was there. Recently BizTalk CAT Instrumentation Framework Controller was released on CodePlex . The BizTalk CAT Instrumentation Framework is a high performance tracing/logging framework for BizTalk that builds upon the Event Tracing for Windows (ETW) infrastructure. It was created by Microsoft's BizTalk Customer Advisory Team (CAT). The Controller is an easy-to-use GUI for the BizTalk CAT Instrumentation Framework. My thinking was why don’t I try this UI out in combination with Microsoft AppFabric CAT Best Practices Samples . The BizTalk Instrumentation Best Practices Samples solution provides a reus...
Comments