1 instantiation of NetEventSource
System.Net.Quic (1)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
38public static readonly NetEventSource Log = new NetEventSource();
115 references to NetEventSource
System.Net.Quic (115)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
38public static readonly NetEventSource Log = new NetEventSource();
src\libraries\Common\src\System\Net\SafeHandleCache.cs (10)
55if (NetEventSource.Log.IsEnabled()) 57NetEventSource.Info(this, $"Found cached {handle}."); 85if (NetEventSource.Log.IsEnabled()) 87NetEventSource.Info(this, $"Discarding {handle} (preferring cached {cached})."); 121if (NetEventSource.Log.IsEnabled()) 123NetEventSource.Info(this, $"Current size: {_cache.Count}."); 135if (NetEventSource.Log.IsEnabled()) 137NetEventSource.Info(this, $"Evicting cached {handle}."); 148if (NetEventSource.Log.IsEnabled()) 150NetEventSource.Info(this, $"New size: {_cache.Count}.");
src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs (2)
34if (NetEventSource.Log.IsEnabled()) 36NetEventSource.Error(null, $"Failed to open SSL key log file '{s_keyLogFile}': {ex}");
System\Net\Quic\Internal\MsQuicApi.cs (18)
87if (NetEventSource.Log.IsEnabled()) 89NetEventSource.Info(null, NotSupportedReason); 105if (NetEventSource.Log.IsEnabled()) 107NetEventSource.Info(null, $"Attempting to load MsQuic from {path}"); 123if (NetEventSource.Log.IsEnabled()) 125NetEventSource.Info(null, NotSupportedReason); 137if (NetEventSource.Log.IsEnabled()) 139NetEventSource.Info(null, NotSupportedReason); 155if (NetEventSource.Log.IsEnabled()) 157NetEventSource.Error(null, $"Cannot retrieve {nameof(QUIC_PARAM_GLOBAL_LIBRARY_VERSION)} from MsQuic library: '{status}'."); 168if (NetEventSource.Log.IsEnabled()) 170NetEventSource.Error(null, $"Cannot retrieve {nameof(QUIC_PARAM_GLOBAL_LIBRARY_GIT_HASH)} from MsQuic library: '{status}'."); 181if (NetEventSource.Log.IsEnabled()) 183NetEventSource.Info(null, NotSupportedReason); 188if (NetEventSource.Log.IsEnabled()) 190NetEventSource.Info(null, $"Loaded MsQuic library '{MsQuicLibraryVersion}'."); 205if (NetEventSource.Log.IsEnabled()) 207NetEventSource.Info(null, NotSupportedReason);
System\Net\Quic\Internal\MsQuicConfiguration.cs (4)
57if (NetEventSource.Log.IsEnabled()) 59NetEventSource.Info(options, $"'{certificate}' not selected because it doesn't have a private key."); 75if (NetEventSource.Log.IsEnabled()) 77NetEventSource.Info(options, $"'{certificate}' not selected because it doesn't have a private key.");
System\Net\Quic\Internal\MsQuicSafeHandle.cs (8)
38if (NetEventSource.Log.IsEnabled()) 40NetEventSource.Info(this, $"{this} MsQuicSafeHandle created"); 65if (NetEventSource.Log.IsEnabled()) 67NetEventSource.Info(this, $"{this} MsQuicSafeHandle released"); 121if (NetEventSource.Log.IsEnabled()) 123NetEventSource.Info(this, $"{this} {_parent} ref count incremented"); 138if (NetEventSource.Log.IsEnabled()) 140NetEventSource.Info(this, $"{this} {_parent} ref count decremented");
System\Net\Quic\Internal\MsQuicTlsSecret.cs (2)
35if (NetEventSource.Log.IsEnabled()) 37NetEventSource.Error(handle, $"Failed to set native memory for TLS secret: {ex}");
System\Net\Quic\QuicConnection.cs (28)
260if (NetEventSource.Log.IsEnabled()) 262NetEventSource.Info(this, $"{this} Signaling StreamCapacityIncreased with {bidirectionalIncrement} bidirectional increment (absolute value {_bidirectionalStreamCapacity}) and {unidirectionalIncrement} unidirectional increment (absolute value {_unidirectionalStreamCapacity})."); 269if (NetEventSource.Log.IsEnabled()) 271NetEventSource.Info(this, $"{this} {nameof(QuicConnectionOptions.StreamCapacityCallback)} failed with {ex}."); 337if (NetEventSource.Log.IsEnabled()) 339NetEventSource.Info(this, $"{this} New outbound connection."); 498if (NetEventSource.Log.IsEnabled()) 500NetEventSource.Info(this, $"{this} decremented stream count for {streamType} to {_unidirectionalStreamCapacity}."); 506if (NetEventSource.Log.IsEnabled()) 508NetEventSource.Info(this, $"{this} decremented stream count for {streamType} to {_bidirectionalStreamCapacity}."); 530if (NetEventSource.Log.IsEnabled()) 532NetEventSource.Info(this, $"{this} New outbound {type} stream {stream}."); 609if (NetEventSource.Log.IsEnabled()) 611NetEventSource.Info(this, $"{this} Closing connection, Error code = {errorCode}"); 645if (NetEventSource.Log.IsEnabled()) 647NetEventSource.Info(this, $"{this} Connection connected {LocalEndPoint} -> {RemoteEndPoint} for {_negotiatedApplicationProtocol} protocol"); 706if (NetEventSource.Log.IsEnabled()) 709NetEventSource.Info(this, $"{this} New inbound {type} stream {stream}, Id = {stream.Id}."); 714if (NetEventSource.Log.IsEnabled()) 716NetEventSource.Error(this, $"{this} Unable to enqueue incoming stream {stream}"); 789if (NetEventSource.Log.IsEnabled()) 791NetEventSource.Error(null, $"Received event {connectionEvent->Type} for [conn][{(nint)connection:X11}] while connection is already disposed"); 799if (NetEventSource.Log.IsEnabled()) 801NetEventSource.Info(instance, $"{instance} Received event {connectionEvent->Type} {connectionEvent->ToString()}"); 807if (NetEventSource.Log.IsEnabled()) 809NetEventSource.Error(instance, $"{instance} Exception while processing event {connectionEvent->Type}: {ex}"); 827if (NetEventSource.Log.IsEnabled()) 829NetEventSource.Info(this, $"{this} Disposing.");
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (2)
166if (NetEventSource.Log.IsEnabled()) 168NetEventSource.Error(_connection, $"{_connection} ConnectionCertificateValidationComplete failed with {ThrowHelper.GetErrorMessageForStatus(status)}");
System\Net\Quic\QuicListener.cs (20)
65if (NetEventSource.Log.IsEnabled()) 67NetEventSource.Info(listener, $"{listener} Listener listens on {listener.LocalEndPoint}"); 260if (NetEventSource.Log.IsEnabled()) 262NetEventSource.Info(connection, $"{connection} Connection handshake stopped by listener"); 273if (NetEventSource.Log.IsEnabled()) 275NetEventSource.Error(connection, $"{connection} Connection handshake timed out: {oce}"); 309if (NetEventSource.Log.IsEnabled()) 311NetEventSource.Error(connection, $"{connection} Connection handshake failed: {ex}"); 330if (NetEventSource.Log.IsEnabled()) 332NetEventSource.Info(this, $"{this} Refusing connection from {MsQuicHelpers.QuicAddrToIPEndPoint(data.Info->RemoteAddress)} due to backlog limit"); 341if (NetEventSource.Log.IsEnabled()) 343NetEventSource.Info(this, $"{this} New inbound connection {connection}."); 378if (NetEventSource.Log.IsEnabled()) 380NetEventSource.Error(null, $"Received event {listenerEvent->Type} for [list][{(nint)listener:X11}] while listener is already disposed"); 388if (NetEventSource.Log.IsEnabled()) 390NetEventSource.Info(instance, $"{instance} Received event {listenerEvent->Type} {listenerEvent->ToString()}"); 396if (NetEventSource.Log.IsEnabled()) 398NetEventSource.Error(instance, $"{instance} Exception while processing event {listenerEvent->Type}: {ex}"); 415if (NetEventSource.Log.IsEnabled()) 417NetEventSource.Info(this, $"{this} Disposing.");
System\Net\Quic\QuicStream.cs (20)
282if (NetEventSource.Log.IsEnabled()) 284NetEventSource.Info(this, $"{this} Stream reading into memory of '{buffer.Length}' bytes."); 343if (NetEventSource.Log.IsEnabled()) 345NetEventSource.Info(this, $"{this} Stream read '{totalCopied}' bytes."); 372if (NetEventSource.Log.IsEnabled()) 374NetEventSource.Info(this, $"{this} Stream writing memory of '{buffer.Length}' bytes while {(completeWrites ? "completing" : "not completing")} writes."); 475if (NetEventSource.Log.IsEnabled()) 477NetEventSource.Info(this, $"{this} Aborting {abortDirection} with {errorCode}"); 521if (NetEventSource.Log.IsEnabled()) 523NetEventSource.Info(this, $"{this} Completing writes."); 680if (NetEventSource.Log.IsEnabled()) 682NetEventSource.Error(null, $"Received event {streamEvent->Type} for [strm][{(nint)stream:X11}] while stream is already disposed"); 690if (NetEventSource.Log.IsEnabled()) 692NetEventSource.Info(instance, $"{instance} Received event {streamEvent->Type} {streamEvent->ToString()}"); 698if (NetEventSource.Log.IsEnabled()) 700NetEventSource.Error(instance, $"{instance} Exception while processing event {streamEvent->Type}: {ex}"); 720if (NetEventSource.Log.IsEnabled()) 722NetEventSource.Info(this, $"{this} Disposing."); 760if (NetEventSource.Log.IsEnabled()) 762NetEventSource.Error(this, $"{this} StreamShutdown({flags}) failed: {ThrowHelper.GetErrorMessageForStatus(status)}.");