Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 6481052

Browse files
committed
Exposed DiagnosticsTracerManager for Core Class Library
1 parent 4fc0823 commit 6481052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core.Library/External/Diagnostics/Tracer/SystemDiagnostics/DiagnosticsTracerManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace System.Net.Mqtt.Diagnostics
1919
/// All tracing is performed asynchronously transparently for faster speed.
2020
/// </remarks>
2121
/// <nuget id="Tracer.SystemDiagnostics" />
22-
partial class DiagnosticsTracerManager : ITracerManager, IDisposable
22+
public class DiagnosticsTracerManager : ITracerManager, IDisposable
2323
{
2424
/// <summary>
2525
/// Implicit default trace source name which can be used to setup

0 commit comments

Comments
 (0)