An NDoc Documented Class Library

TraceEx Class

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}

For a list of all members of this type, see TraceEx Members.

System.Object
   TraceEx

public class TraceEx

Requirements

Namespace: Genghis.Diagnostics Namespace

Assembly: Genghis.dll

See Also

TraceEx Members | Genghis.Diagnostics Namespace