Skip to content

RockLib.Diagnostics Version 1.0.1

Compare
Choose a tag to compare

Adds a RockLib.Diagnostics.DefaultTraceListener class for .NET Standard 1.1 only because the System.Diagnostics.DefaultTraceListener class from the System.Diagnostics.TraceSource package that targets .NET Standard 1.1 doesn't actually do anything - it's just a placeholder with no behavior. The RockLib.Diagnostics.DefaultTraceListener class behaves just like System.Diagnostics.DefaultTraceListener from .NET Framework and .NET Core 2.0. and is used as the default type of System.Diagnostics.TraceListener in the CreateDiagnosticsSettings extension method.