1 instantiation of NetEventSource
System.Net.Quic (1)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
38
public static readonly NetEventSource Log = new
NetEventSource
();
113 references to NetEventSource
System.Net.Quic (113)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
38
public static readonly
NetEventSource
Log = new NetEventSource();
src\libraries\Common\src\System\Net\SafeHandleCache.cs (10)
55
if (
NetEventSource
.Log.IsEnabled())
57
NetEventSource
.Info(this, $"Found cached {handle}.");
85
if (
NetEventSource
.Log.IsEnabled())
87
NetEventSource
.Info(this, $"Discarding {handle} (preferring cached {cached}).");
121
if (
NetEventSource
.Log.IsEnabled())
123
NetEventSource
.Info(this, $"Current size: {_cache.Count}.");
135
if (
NetEventSource
.Log.IsEnabled())
137
NetEventSource
.Info(this, $"Evicting cached {handle}.");
148
if (
NetEventSource
.Log.IsEnabled())
150
NetEventSource
.Info(this, $"New size: {_cache.Count}.");
src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs (2)
34
if (
NetEventSource
.Log.IsEnabled())
36
NetEventSource
.Error(null, $"Failed to open SSL key log file '{s_keyLogFile}': {ex}");
System\Net\Quic\Internal\MsQuicApi.cs (16)
83
if (
NetEventSource
.Log.IsEnabled())
85
NetEventSource
.Info(null, NotSupportedReason);
106
if (
NetEventSource
.Log.IsEnabled())
108
NetEventSource
.Info(null, NotSupportedReason);
120
if (
NetEventSource
.Log.IsEnabled())
122
NetEventSource
.Info(null, NotSupportedReason);
138
if (
NetEventSource
.Log.IsEnabled())
140
NetEventSource
.Error(null, $"Cannot retrieve {nameof(QUIC_PARAM_GLOBAL_LIBRARY_VERSION)} from MsQuic library: '{status}'.");
151
if (
NetEventSource
.Log.IsEnabled())
153
NetEventSource
.Error(null, $"Cannot retrieve {nameof(QUIC_PARAM_GLOBAL_LIBRARY_GIT_HASH)} from MsQuic library: '{status}'.");
164
if (
NetEventSource
.Log.IsEnabled())
166
NetEventSource
.Info(null, NotSupportedReason);
171
if (
NetEventSource
.Log.IsEnabled())
173
NetEventSource
.Info(null, $"Loaded MsQuic library '{MsQuicLibraryVersion}'.");
188
if (
NetEventSource
.Log.IsEnabled())
190
NetEventSource
.Info(null, NotSupportedReason);
System\Net\Quic\Internal\MsQuicConfiguration.cs (4)
54
if (
NetEventSource
.Log.IsEnabled())
56
NetEventSource
.Info(options, $"'{certificate}' not selected because it doesn't have a private key.");
71
if (
NetEventSource
.Log.IsEnabled())
73
NetEventSource
.Info(options, $"'{certificate}' not selected because it doesn't have a private key.");
System\Net\Quic\Internal\MsQuicSafeHandle.cs (8)
38
if (
NetEventSource
.Log.IsEnabled())
40
NetEventSource
.Info(this, $"{this} MsQuicSafeHandle created");
65
if (
NetEventSource
.Log.IsEnabled())
67
NetEventSource
.Info(this, $"{this} MsQuicSafeHandle released");
121
if (
NetEventSource
.Log.IsEnabled())
123
NetEventSource
.Info(this, $"{this} {_parent} ref count incremented");
138
if (
NetEventSource
.Log.IsEnabled())
140
NetEventSource
.Info(this, $"{this} {_parent} ref count decremented");
System\Net\Quic\Internal\MsQuicTlsSecret.cs (2)
35
if (
NetEventSource
.Log.IsEnabled())
37
NetEventSource
.Error(handle, $"Failed to set native memory for TLS secret: {ex}");
System\Net\Quic\QuicConnection.cs (28)
259
if (
NetEventSource
.Log.IsEnabled())
261
NetEventSource
.Info(this, $"{this} Signaling StreamCapacityIncreased with {bidirectionalIncrement} bidirectional increment (absolute value {_bidirectionalStreamCapacity}) and {unidirectionalIncrement} unidirectional increment (absolute value {_unidirectionalStreamCapacity}).");
268
if (
NetEventSource
.Log.IsEnabled())
270
NetEventSource
.Info(this, $"{this} {nameof(QuicConnectionOptions.StreamCapacityCallback)} failed with {ex}.");
336
if (
NetEventSource
.Log.IsEnabled())
338
NetEventSource
.Info(this, $"{this} New outbound connection.");
500
if (
NetEventSource
.Log.IsEnabled())
502
NetEventSource
.Info(this, $"{this} decremented stream count for {streamType} to {_unidirectionalStreamCapacity}.");
508
if (
NetEventSource
.Log.IsEnabled())
510
NetEventSource
.Info(this, $"{this} decremented stream count for {streamType} to {_bidirectionalStreamCapacity}.");
532
if (
NetEventSource
.Log.IsEnabled())
534
NetEventSource
.Info(this, $"{this} New outbound {type} stream {stream}.");
611
if (
NetEventSource
.Log.IsEnabled())
613
NetEventSource
.Info(this, $"{this} Closing connection, Error code = {errorCode}");
650
if (
NetEventSource
.Log.IsEnabled())
652
NetEventSource
.Info(this, $"{this} Connection connected {LocalEndPoint} -> {RemoteEndPoint} for {_negotiatedApplicationProtocol} protocol");
699
if (
NetEventSource
.Log.IsEnabled())
702
NetEventSource
.Info(this, $"{this} New inbound {type} stream {stream}, Id = {stream.Id}.");
707
if (
NetEventSource
.Log.IsEnabled())
709
NetEventSource
.Error(this, $"{this} Unable to enqueue incoming stream {stream}");
782
if (
NetEventSource
.Log.IsEnabled())
784
NetEventSource
.Error(null, $"Received event {connectionEvent->Type} for [conn][{(nint)connection:X11}] while connection is already disposed");
792
if (
NetEventSource
.Log.IsEnabled())
794
NetEventSource
.Info(instance, $"{instance} Received event {connectionEvent->Type} {connectionEvent->ToString()}");
800
if (
NetEventSource
.Log.IsEnabled())
802
NetEventSource
.Error(instance, $"{instance} Exception while processing event {connectionEvent->Type}: {ex}");
820
if (
NetEventSource
.Log.IsEnabled())
822
NetEventSource
.Info(this, $"{this} Disposing.");
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (2)
166
if (
NetEventSource
.Log.IsEnabled())
168
NetEventSource
.Error(_connection, $"{_connection} ConnectionCertificateValidationComplete failed with {ThrowHelper.GetErrorMessageForStatus(status)}");
System\Net\Quic\QuicListener.cs (20)
63
if (
NetEventSource
.Log.IsEnabled())
65
NetEventSource
.Info(listener, $"{listener} Listener listens on {listener.LocalEndPoint}");
258
if (
NetEventSource
.Log.IsEnabled())
260
NetEventSource
.Info(connection, $"{connection} Connection handshake stopped by listener");
271
if (
NetEventSource
.Log.IsEnabled())
273
NetEventSource
.Error(connection, $"{connection} Connection handshake timed out: {oce}");
307
if (
NetEventSource
.Log.IsEnabled())
309
NetEventSource
.Error(connection, $"{connection} Connection handshake failed: {ex}");
328
if (
NetEventSource
.Log.IsEnabled())
330
NetEventSource
.Info(this, $"{this} Refusing connection from {MsQuicHelpers.QuicAddrToIPEndPoint(data.Info->RemoteAddress)} due to backlog limit");
339
if (
NetEventSource
.Log.IsEnabled())
341
NetEventSource
.Info(this, $"{this} New inbound connection {connection}.");
376
if (
NetEventSource
.Log.IsEnabled())
378
NetEventSource
.Error(null, $"Received event {listenerEvent->Type} for [list][{(nint)listener:X11}] while listener is already disposed");
386
if (
NetEventSource
.Log.IsEnabled())
388
NetEventSource
.Info(instance, $"{instance} Received event {listenerEvent->Type} {listenerEvent->ToString()}");
394
if (
NetEventSource
.Log.IsEnabled())
396
NetEventSource
.Error(instance, $"{instance} Exception while processing event {listenerEvent->Type}: {ex}");
413
if (
NetEventSource
.Log.IsEnabled())
415
NetEventSource
.Info(this, $"{this} Disposing.");
System\Net\Quic\QuicStream.cs (20)
282
if (
NetEventSource
.Log.IsEnabled())
284
NetEventSource
.Info(this, $"{this} Stream reading into memory of '{buffer.Length}' bytes.");
343
if (
NetEventSource
.Log.IsEnabled())
345
NetEventSource
.Info(this, $"{this} Stream read '{totalCopied}' bytes.");
372
if (
NetEventSource
.Log.IsEnabled())
374
NetEventSource
.Info(this, $"{this} Stream writing memory of '{buffer.Length}' bytes while {(completeWrites ? "completing" : "not completing")} writes.");
475
if (
NetEventSource
.Log.IsEnabled())
477
NetEventSource
.Info(this, $"{this} Aborting {abortDirection} with {errorCode}");
521
if (
NetEventSource
.Log.IsEnabled())
523
NetEventSource
.Info(this, $"{this} Completing writes.");
680
if (
NetEventSource
.Log.IsEnabled())
682
NetEventSource
.Error(null, $"Received event {streamEvent->Type} for [strm][{(nint)stream:X11}] while stream is already disposed");
690
if (
NetEventSource
.Log.IsEnabled())
692
NetEventSource
.Info(instance, $"{instance} Received event {streamEvent->Type} {streamEvent->ToString()}");
698
if (
NetEventSource
.Log.IsEnabled())
700
NetEventSource
.Error(instance, $"{instance} Exception while processing event {streamEvent->Type}: {ex}");
720
if (
NetEventSource
.Log.IsEnabled())
722
NetEventSource
.Info(this, $"{this} Disposing.");
760
if (
NetEventSource
.Log.IsEnabled())
762
NetEventSource
.Error(this, $"{this} StreamShutdown({flags}) failed: {ThrowHelper.GetErrorMessageForStatus(status)}.");