Skip to content

UseTraceHub

fonlow edited this page Jun 4, 2017 · 9 revisions

Use TraceHub

Currently Trace Hub is distributed in source code, and you are expected to download the source code, build it, and adjust the config and then deploy for your own use. And generally the HEAD of the trunk is good enough for production, though you may also download one of the latest tags stating certain versions to ensure a stable version. This wiki provides some basic guidelines with the following presumptions:

  1. You are already proficient in developing service applications based on ASP.NET and WCF etc.
  2. You have been deploying Web applications to IIS or other self-hosted solutions.
  3. You have been using Trace, Debug, and TraceSource in System.Diagnostics, and would prefer separating tracing and logging, and separation of concerns between development and deployment.

Optionally, if you have ever used the the following components, you will find it much easier to deploy Trace Hub and even extend it:

  1. Essential Diagnostics
  2. XMLPreprocess

Please following these links to build, deploy and use.