An NDoc Documented Class Library

Genghis.Diagnostics Namespace

Classes

ClassDescription
TraceEx TraceEx is an extension to the Trace class, supporting individuell TraceSwitches for each assembly and a customizable formatstring to specify the output format.

All settings are configurable in the app.config of the application.

TraceFormat in appSettings:

FormatDescriptions
{T}timestamp
{A}name of calling assembly
{M}name of calling method
{m}trace message
\nCRLF
\tTag

Example: {T}:{A}::{M}\n{m}