1 instantiation of LoggingEventSource
Microsoft.Extensions.Telemetry (1)
Logging\LoggingEventSource.cs (1)
12
public static readonly LoggingEventSource Instance =
new
();
2 references to LoggingEventSource
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLogger.cs (1)
128
LoggingEventSource
.Instance.LoggingException(new AggregateException("An error occurred while logging.", exceptions));
Logging\LoggingEventSource.cs (1)
12
public static readonly
LoggingEventSource
Instance = new();