Diagnostics.Abstractions

AssemblyTraceSource<T>EX Enable applications to trace the execution of code and associate trace messages with a source named after the assembly the generic type is from.
ITraceSourceEX Defines a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source.
ITraceSource<T>EX Defines a set of methods and properties that enable applications to trace the execution of code and associate trace messages with a source related to a specific class.
TraceSourceWrapperEX Provides a wrapper around TraceSource that implements the ITraceSource interface, enable applications to trace the execution of code and associate trace messages with their source in a decoupled manner.