504 references to Informational
Aspire.Hosting (29)
AspireEventSource.cs (29)
14[Event(1, Level = EventLevel.Informational, Message = "DCP host is starting...")] 23[Event(2, Level = EventLevel.Informational, Message = "DCP host has started")] 32[Event(3, Level = EventLevel.Informational, Message = "Container runtime health check is starting...")] 41[Event(4, Level = EventLevel.Informational, Message = "Container runtime health check completed")] 50[Event(5, Level = EventLevel.Informational, Message = "DistributedApplication build is starting...")] 59[Event(6, Level = EventLevel.Informational, Message = "DistributedApplication build completed")] 68[Event(7, Level = EventLevel.Informational, Message = "DCP API server is starting...")] 77[Event(8, Level = EventLevel.Informational, Message = "DCP API server has started")] 86[Event(9, Level = EventLevel.Informational, Message = "DCP logging socket is being created...")] 95[Event(10, Level = EventLevel.Informational, Message = "DCP logging socket has been created")] 104[Event(11, Level = EventLevel.Informational, Message = "A process is starting...")] 113[Event(12, Level = EventLevel.Informational, Message = "Process has been started")] 122[Event(13, Level = EventLevel.Informational, Message = "DCP API call starting...")] 131[Event(14, Level = EventLevel.Informational, Message = "DCP API call completed")] 140[Event(15, Level = EventLevel.Informational, Message = "DCP API call is being retried...")] 158[Event(17, Level = EventLevel.Informational, Message = "DCP application model creation starting...")] 167[Event(18, Level = EventLevel.Informational, Message = "DCP application model creation completed")] 176[Event(19, Level = EventLevel.Informational, Message = "DCP Service object creation starting...")] 185[Event(20, Level = EventLevel.Informational, Message = "DCP Service object creation completed")] 194[Event(21, Level = EventLevel.Informational, Message = "DCP Container object creation starting...")] 203[Event(22, Level = EventLevel.Informational, Message = "DCP Container object creation completed")] 212[Event(23, Level = EventLevel.Informational, Message = "DCP Executable object creation starting...")] 221[Event(24, Level = EventLevel.Informational, Message = "DCP Executable object creation completed")] 230[Event(25, Level = EventLevel.Informational, Message = "DCP application model cleanup starting...")] 239[Event(26, Level = EventLevel.Informational, Message = "DCP application model cleanup completed")] 248[Event(27, Level = EventLevel.Informational, Message = "Application before-start hooks running...")] 257[Event(28, Level = EventLevel.Informational, Message = "Application before-start hooks completed")] 266[Event(29, Level = EventLevel.Informational, Message = "DCP version check is starting...")] 275[Event(30, Level = EventLevel.Informational, Message = "DCP version check completed")]
Aspire.RabbitMQ.Client (1)
RabbitMQEventSourceLogForwarder.cs (1)
65EventLevel.Informational => LogLevel.Information,
dotnet-dev-certs (1)
ReporterEventListener.cs (1)
29EventLevel.Informational => _reporter.Output,
dotnet-svcutil-lib (63)
FrameworkFork\System.ServiceModel\Internals\WcfEventSource.cs (63)
93return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Debug); 96[Event(EventIds.ClientMessageInspectorAfterReceiveInvoked, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = Opcodes.ClientRuntimeClientMessageInspectorAfterReceiveInvoked, Task = Tasks.ClientRuntime, 113return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 116[Event(EventIds.ClientMessageInspectorBeforeSendInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientMessageInspectorBeforeSendInvoked, Task = Tasks.ClientRuntime, 133return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 136[Event(EventIds.ClientParameterInspectorAfterCallInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientParameterInspectorStop, Task = Tasks.ClientRuntime, 153return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 156[Event(EventIds.ClientParameterInspectorBeforeCallInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientParameterInspectorStart, Task = Tasks.ClientRuntime, 173return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 176[Event(EventIds.OperationInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageOperationInvokerStart, Task = Tasks.DispatchMessage, 193return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 196[Event(EventIds.ErrorHandlerInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, 212return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 215[Event(EventIds.FaultProviderInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, 231return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 234[Event(EventIds.ParameterInspectorAfterCallInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageParameterInspectorStop, Task = Tasks.DispatchMessage, 251return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 254[Event(EventIds.ParameterInspectorBeforeCallInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageParameterInspectorStart, Task = Tasks.DispatchMessage, 271return base.IsEnabled(EventLevel.Informational, Keywords.HealthMonitoring | Keywords.EndToEndMonitoring | Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 274[Event(EventIds.OperationCompleted, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageOperationInvokerStop, Task = Tasks.DispatchMessage, 291return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.TransportGeneral, EventChannel.Analytic); 294[Event(EventIds.MessageReceivedByTransport, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Stop, Task = Tasks.TransportReceive, 311return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.TransportGeneral, EventChannel.Analytic); 314[Event(EventIds.MessageSentByTransport, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Stop, Task = Tasks.TransportSend, 331return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Debug); 334[Event(EventIds.ClientOperationPrepared, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = Opcodes.ClientRuntimeOperationPrepared, Task = Tasks.ClientRuntime, 351return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 354[Event(EventIds.ServiceChannelCallStop, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Stop, Task = Tasks.ServiceChannelCall, 390return base.IsEnabled(EventLevel.Informational, Keywords.EndToEndMonitoring | Keywords.Troubleshooting | Keywords.TransportGeneral, EventChannel.Analytic); 393[Event(EventIds.MessageSentToTransport, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, 410return base.IsEnabled(EventLevel.Informational, Keywords.EndToEndMonitoring | Keywords.Troubleshooting | Keywords.TransportGeneral, EventChannel.Analytic); 413[Event(EventIds.MessageReceivedFromTransport, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, 470return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 473[Event(EventIds.ServiceChannelOpenStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Start, Task = Tasks.ServiceChannelOpen, 490return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 493[Event(EventIds.ServiceChannelOpenStop, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Stop, Task = Tasks.ServiceChannelOpen, 510return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 513[Event(EventIds.ServiceChannelCallStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Start, Task = Tasks.ServiceChannelCall, 528[Event(EventIds.ServiceChannelBeginCallStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Start, Task = Tasks.ServiceChannelCall, 545return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 548[Event(EventIds.DispatchMessageStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageDispatchStart, Task = Tasks.DispatchMessage, 565return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 568[Event(EventIds.DispatchMessageStop, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageDispatchStop, Task = Tasks.DispatchMessage, 585return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 588[Event(EventIds.ClientChannelOpenStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientChannelOpenStart, Task = Tasks.ClientRuntime, 605return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 608[Event(EventIds.ClientChannelOpenStop, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientChannelOpenStop, Task = Tasks.ClientRuntime, 671return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 674[Event(EventIds.LeaseTimeout, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, Task = Tasks.TimeoutException, 747return base.IsEnabled(EventLevel.Informational, Keywords.Quota, EventChannel.Debug); 750[Event(EventIds.MaxOutboundConnectionsPerEndpointExceeded, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Info, Task = Tasks.Quotas, 842return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 845[Event(EventIds.MessageReadByEncoder, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Stop, Task = Tasks.MessageDecoding, 863return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 866[Event(EventIds.MessageWrittenByEncoder, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Stop, Task = Tasks.MessageEncoding, 1474return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 1477[Event(EventIds.StreamedMessageReadByEncoder, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Stop, Task = Tasks.MessageDecoding, 1494return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 1497[Event(EventIds.StreamedMessageWrittenByEncoder, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Stop, Task = Tasks.MessageEncoding, 1826return base.IsEnabled(EventLevel.Informational, Keywords.Infrastructure, EventChannel.Analytic); 1829[Event(EventIds.HandledException, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, 1940return base.IsEnabled(EventLevel.Informational, Keywords.Infrastructure, EventChannel.Debug); 1943[Event(EventIds.TraceCodeEventLogInfo, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Info,
InMemory.FunctionalTests (1)
EventSourceTests.cs (1)
447EnableEvents(eventSource, EventLevel.Informational, (EventKeywords)0x80);
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (3)
ConcurrencyLimiterEventSourceTests.cs (3)
30eventListener.EnableEvents(eventSource, EventLevel.Informational); 61eventListener.EnableEvents(eventSource, EventLevel.Informational, EventKeywords.None, 102eventListener.EnableEvents(eventSource, EventLevel.Informational, EventKeywords.None,
Microsoft.AspNetCore.Hosting (5)
Internal\HostingEventSource.cs (5)
40[Event(1, Level = EventLevel.Informational)] 46[Event(2, Level = EventLevel.Informational)] 52[Event(3, Level = EventLevel.Informational)] 61[Event(4, Level = EventLevel.Informational)] 75[Event(6, Level = EventLevel.Informational)]
Microsoft.AspNetCore.Hosting.Tests (12)
HostingApplicationDiagnosticsTests.cs (2)
46eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None, 155eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None,
Internal\HostingEventSourceTests.cs (10)
33eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 43Assert.Equal(EventLevel.Informational, eventData.Level); 56eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 66Assert.Equal(EventLevel.Informational, eventData.Level); 112eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 122Assert.Equal(EventLevel.Informational, eventData.Level); 141eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 150Assert.Equal(EventLevel.Informational, eventData.Level); 163eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 199eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None,
Microsoft.AspNetCore.Http.Connections (6)
Internal\HttpConnectionsEventSource.cs (6)
48if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 55[Event(eventId: 1, Level = EventLevel.Informational, Message = "Started connection '{0}'.")] 61if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 67[Event(eventId: 2, Level = EventLevel.Informational, Message = "Stopped connection '{0}'.")] 70[Event(eventId: 3, Level = EventLevel.Informational, Message = "Connection '{0}' timed out.")] 75if (IsEnabled(EventLevel.Informational, EventKeywords.None))
Microsoft.AspNetCore.Http.Connections.Tests (6)
Internal\HttpConnectionsEventSourceTests.cs (6)
34eventListener.EnableEvents(httpConnectionsEventSource, EventLevel.Informational); 44Assert.Equal(EventLevel.Informational, eventData.Level); 61eventListener.EnableEvents(httpConnectionsEventSource, EventLevel.Informational); 71Assert.Equal(EventLevel.Informational, eventData.Level); 88eventListener.EnableEvents(httpConnectionsEventSource, EventLevel.Informational); 98Assert.Equal(EventLevel.Informational, eventData.Level);
Microsoft.AspNetCore.InternalTesting.Tests (2)
CollectingEventListenerTest.cs (2)
31EventAssert.Event(1, "Test", EventLevel.Informational), 84[Event(eventId: 1, Level = EventLevel.Informational, Message = "Test")]
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Infrastructure\KestrelEventSource.cs (14)
62if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 72[Event(1, Level = EventLevel.Informational)] 83if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 90[Event(2, Level = EventLevel.Informational)] 108if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 115[Event(3, Level = EventLevel.Informational)] 133if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 140[Event(4, Level = EventLevel.Informational)] 147[Event(5, Level = EventLevel.Informational)] 150if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 174if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 181[Event(8, Level = EventLevel.Informational)] 192if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 203[Event(9, Level = EventLevel.Informational)]
Microsoft.AspNetCore.Tests (2)
WebApplicationTests.cs (1)
3053EnableEvents(eventSource, EventLevel.Informational);
WebHostTests.cs (1)
139EnableEvents(eventSource, EventLevel.Informational);
Microsoft.CodeAnalysis (11)
CodeAnalysisEventSource.Common.cs (9)
29[Event(1, Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.GeneratorDriverRunTime)] 32[Event(2, Message = "Generators ran for {0} ticks", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.GeneratorDriverRunTime)] 35[Event(3, Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.SingleGeneratorRunTime)] 38[Event(4, Message = "Generator {0} ran for {2} ticks", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.SingleGeneratorRunTime)] 97[Event(7, Message = "Server compilation {0} started", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.Compilation)] 100[Event(8, Message = "Server compilation {0} completed", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.Compilation)] 103[Event(9, Message = "ALC for directory '{0}' created", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.AnalyzerAssemblyLoader)] 106[Event(10, Message = "ALC for directory '{0}' disposed", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.AnalyzerAssemblyLoader)] 112[Event(12, Message = "CreateNonLockingLoader", Keywords = Keywords.Performance, Level = EventLevel.Informational, Task = Tasks.AnalyzerAssemblyLoader)]
SourceGeneration\GeneratorTimerExtensions.cs (2)
18if (eventSource.IsEnabled(EventLevel.Informational, Keywords.Performance)) 32if (eventSource.IsEnabled(EventLevel.Informational, Keywords.Performance))
Microsoft.CodeAnalysis.Workspaces (13)
Log\RoslynEventSource.LogBlock.cs (4)
20/// Instead it checks if the <see cref="RoslynEventSource"/> was enabled at <see cref="EventLevel.Informational"/> level. 23=> LogBlock.Create(functionId, entity, EventLevel.Informational, cancellationToken); 30/// Instead it checks if the <see cref="RoslynEventSource"/> was enabled at <see cref="EventLevel.Informational"/> level. 33=> LogBlock.Create(functionId, message, EventLevel.Informational, cancellationToken);
src\Compilers\Core\Portable\CodeAnalysisEventSource.Common.cs (9)
29[Event(1, Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.GeneratorDriverRunTime)] 32[Event(2, Message = "Generators ran for {0} ticks", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.GeneratorDriverRunTime)] 35[Event(3, Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.SingleGeneratorRunTime)] 38[Event(4, Message = "Generator {0} ran for {2} ticks", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.SingleGeneratorRunTime)] 97[Event(7, Message = "Server compilation {0} started", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.Compilation)] 100[Event(8, Message = "Server compilation {0} completed", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.Compilation)] 103[Event(9, Message = "ALC for directory '{0}' created", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.AnalyzerAssemblyLoader)] 106[Event(10, Message = "ALC for directory '{0}' disposed", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.AnalyzerAssemblyLoader)] 112[Event(12, Message = "CreateNonLockingLoader", Keywords = Keywords.Performance, Level = EventLevel.Informational, Task = Tasks.AnalyzerAssemblyLoader)]
Microsoft.Extensions.DependencyInjection (3)
DependencyInjectionEventSource.cs (3)
82[Event(7, Level = EventLevel.Informational, Keywords = Keywords.ServiceProviderInitialized)] 90[Event(8, Level = EventLevel.Informational, Keywords = Keywords.ServiceProviderInitialized)] 173if (IsEnabled(EventLevel.Informational, Keywords.ServiceProviderInitialized))
Microsoft.Extensions.Http.Diagnostics (1)
Latency\Internal\HttpRequestLatencyListener.cs (1)
88EnableEvents(eventSource, EventLevel.Informational);
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
531if (IsEnabled(EventLevel.Informational, allMessageKeywords))
Microsoft.Extensions.Telemetry.Tests (1)
Logging\SerialExtendedLoggerTests.cs (1)
105EnableEvents(LoggingEventSource.Instance, EventLevel.Informational);
System.Data.Common (1)
System\Data\Common\DataCommonEventSource.cs (1)
21[Event(TraceEventId, Level = EventLevel.Informational)]
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\DiagnosticSourceEventSource.cs (4)
382IsEnabled(EventLevel.Informational, Keywords.Events)) 387if (!IsEnabled(EventLevel.Informational, Keywords.IgnoreShortCutKeywords)) 389if (IsEnabled(EventLevel.Informational, Keywords.AspNetCoreHosting)) 391if (IsEnabled(EventLevel.Informational, Keywords.EntityFrameworkCoreCommands))
System\Diagnostics\DsesFilterAndTransform.cs (2)
174if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.Messages)) 367if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.Messages))
System.Linq.Parallel (4)
System\Linq\Parallel\Utils\PLINQETWProvider.cs (4)
88if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 102[Event(PARALLELQUERYBEGIN_EVENTID, Level = EventLevel.Informational, Task = PlinqEtwProvider.Tasks.Query, Opcode = EventOpcode.Start)] 117if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 130[Event(PARALLELQUERYEND_EVENTID, Level = EventLevel.Informational, Task = PlinqEtwProvider.Tasks.Query, Opcode = EventOpcode.Stop)]
System.Net.Http (18)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs (1)
32[Event(AssociateEventId, Level = EventLevel.Informational, Keywords = Keywords.Default, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System\Net\Http\HttpTelemetry.cs (14)
37[Event(1, Level = EventLevel.Informational)] 68[Event(2, Level = EventLevel.Informational, Version = 1)] 104[Event(4, Level = EventLevel.Informational, Version = 1)] 110[Event(5, Level = EventLevel.Informational, Version = 1)] 116[Event(6, Level = EventLevel.Informational)] 122[Event(7, Level = EventLevel.Informational, Version = 1)] 128[Event(8, Level = EventLevel.Informational)] 134[Event(9, Level = EventLevel.Informational)] 140[Event(10, Level = EventLevel.Informational)] 146[Event(11, Level = EventLevel.Informational)] 152[Event(12, Level = EventLevel.Informational, Version = 1)] 158[Event(13, Level = EventLevel.Informational)] 164[Event(14, Level = EventLevel.Informational)] 176[Event(16, Level = EventLevel.Informational)]
System\Net\Http\NetEventSource.Http.cs (2)
28[Event(UriBaseAddressId, Keywords = Keywords.Debug, Level = EventLevel.Informational)] 39[Event(ContentNullId, Keywords = Keywords.Debug, Level = EventLevel.Informational)]
System.Net.HttpListener (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs (1)
32[Event(AssociateEventId, Level = EventLevel.Informational, Keywords = Keywords.Default, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System.Net.Mail (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs (1)
32[Event(AssociateEventId, Level = EventLevel.Informational, Keywords = Keywords.Default, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System.Net.NameResolution (6)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System\Net\NameResolutionTelemetry.cs (5)
52[Event(ResolutionStartEventId, Level = EventLevel.Informational)] 55[Event(ResolutionStopEventId, Level = EventLevel.Informational)] 58[Event(ResolutionFailedEventId, Level = EventLevel.Informational)] 77if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 108if (IsEnabled(EventLevel.Informational, EventKeywords.None))
System.Net.Primitives (1)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System.Net.Quic (1)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System.Net.Requests (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs (1)
32[Event(AssociateEventId, Level = EventLevel.Informational, Keywords = Keywords.Default, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System.Net.Security (23)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System\Net\Security\NetEventSource.Security.cs (18)
68[Event(SslStreamCtorId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 76[Event(LocatingPrivateKeyId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 84[Event(CertIsType2Id, Keywords = Keywords.Default, Level = EventLevel.Informational)] 92[Event(FoundCertInStoreId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 100[Event(NotFoundCertInStoreId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 108[Event(RemoteCertificateId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 116[Event(CertificateFromDelegateId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 124[Event(NoDelegateNoClientCertId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 132[Event(NoDelegateButClientCertId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 140[Event(AttemptingRestartUsingCertId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 148[Event(NoIssuersTryAllCertsId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 156[Event(LookForMatchingCertsId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 164[Event(SelectedCertId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 172[Event(CertsAfterFilteringId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 180[Event(FindingMatchingCertsId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 188[Event(UsingCachedCredentialId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 193[Event(SspiSelectedCipherSuitId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 274[Event(CertificateFromCertContextId, Keywords = Keywords.Default, Level = EventLevel.Informational)]
System\Net\Security\NetSecurityTelemetry.cs (4)
132[Event(1, Level = EventLevel.Informational)] 137if (IsEnabled(EventLevel.Informational, EventKeywords.None)) 143[Event(2, Level = EventLevel.Informational)] 146if (IsEnabled(EventLevel.Informational, EventKeywords.None))
System.Net.Sockets (14)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System\Net\Sockets\NetEventSource.Sockets.cs (4)
22[Event(AcceptedId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 30[Event(ConnectedId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 38[Event(ConnectedAsyncDnsId, Keywords = Keywords.Default, Level = EventLevel.Informational)] 46[Event(NotLoggedFileId, Keywords = Keywords.Default, Level = EventLevel.Informational)]
System\Net\Sockets\SocketsTelemetry.cs (9)
35[Event(1, Level = EventLevel.Informational)] 41[Event(2, Level = EventLevel.Informational)] 44if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 59[Event(4, Level = EventLevel.Informational)] 65[Event(5, Level = EventLevel.Informational)] 68if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 88if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 177if (IsEnabled(EventLevel.Informational, EventKeywords.All)) 186if (IsEnabled(EventLevel.Informational, EventKeywords.All))
System.Net.WebSockets (6)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs (1)
32[Event(AssociateEventId, Level = EventLevel.Informational, Keywords = Keywords.Default, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
77[Event(InfoEventId, Level = EventLevel.Informational, Keywords = Keywords.Default)]
System\Net\WebSockets\NetEventSource.WebSockets.cs (4)
45[Event(KeepAliveSentId, Keywords = Keywords.Debug, Level = EventLevel.Informational)] 49[Event(KeepAliveAckedId, Keywords = Keywords.Debug, Level = EventLevel.Informational)] 127[Event(ReceiveStartId, Keywords = Keywords.Debug, Level = EventLevel.Informational)] 131[Event(ReceiveStopId, Keywords = Keywords.Debug, Level = EventLevel.Informational)]
System.Private.CoreLib (174)
artifacts\obj\coreclr\System.Private.CoreLib\linux.x64.Debug\NativeRuntimeEventSource.Generated.cs (117)
57[Event(1, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 64[Event(2, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 71[Event(3, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 78[Event(4, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 85[Event(5, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 92[Event(6, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 99[Event(7, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 106[Event(8, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 113[Event(9, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 127[Event(11, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword | Keywords.ThreadingKeyword)] 134[Event(12, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword | Keywords.ThreadingKeyword)] 141[Event(13, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 148[Event(14, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 155[Event(15, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.TypeKeyword)] 162[Event(16, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)] 169[Event(17, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)] 176[Event(18, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)] 183[Event(19, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)] 190[Event(20, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCSampledObjectAllocationHighKeyword)] 197[Event(21, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapSurvivalAndMovementKeyword)] 204[Event(22, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapSurvivalAndMovementKeyword)] 211[Event(23, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapSurvivalAndMovementKeyword)] 218[Event(25, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 225[Event(26, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 232[Event(27, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 239[Event(28, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 253[Event(30, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHandleKeyword)] 260[Event(31, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHandleKeyword)] 267[Event(32, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCSampledObjectAllocationLowKeyword)] 281[Event(35, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 288[Event(36, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)] 295[Event(37, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)] 302[Event(38, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)] 309[Event(39, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword | Keywords.GCHandleKeyword | Keywords.GCHeapDumpKeyword | Keywords.GCSampledObjectAllocationHighKeyword | Keywords.GCHeapSurvivalAndMovementKeyword | Keywords.ManagedHeapCollectKeyword | Keywords.GCHeapAndTypeNamesKeyword | Keywords.GCSampledObjectAllocationLowKeyword)] 316[Event(40, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 323[Event(41, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 330[Event(42, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 337[Event(43, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 344[Event(44, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 351[Event(45, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 358[Event(46, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 365[Event(47, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 372[Event(48, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 379[Event(49, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 386[Event(58, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)] 393[Event(70, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword | Keywords.ThreadTransferKeyword)] 400[Event(71, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword | Keywords.ThreadTransferKeyword)] 407[Event(72, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.MethodDiagnosticKeyword)] 414[Event(73, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.TypeDiagnosticKeyword)] 421[Event(74, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.TypeDiagnosticKeyword)] 435[Event(250, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)] 442[Event(251, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)] 449[Event(252, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)] 456[Event(253, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)] 463[Event(254, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)] 470[Event(255, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)] 477[Event(256, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)] 491[Event(83, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AppDomainResourceManagementKeyword)] 498[Event(84, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AppDomainResourceManagementKeyword)] 505[Event(85, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AppDomainResourceManagementKeyword | Keywords.ThreadingKeyword)] 512[Event(86, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AppDomainResourceManagementKeyword | Keywords.ThreadingKeyword)] 519[Event(87, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AppDomainResourceManagementKeyword | Keywords.ThreadingKeyword)] 526[Event(88, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.InteropKeyword)] 533[Event(89, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.InteropKeyword)] 540[Event(135, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 547[Event(136, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 554[Event(137, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 561[Event(138, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 568[Event(139, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 575[Event(140, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 582[Event(141, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 589[Event(159, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.CompilationDiagnosticKeyword)] 596[Event(160, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.CompilationDiagnosticKeyword)] 603[Event(142, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 610[Event(143, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 617[Event(144, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.JitKeyword | Keywords.NGenKeyword)] 687[Event(149, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword)] 694[Event(150, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword)] 701[Event(151, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword)] 708[Event(152, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword | Keywords.PerfTrackKeyword)] 715[Event(153, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword | Keywords.PerfTrackKeyword)] 722[Event(154, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword)] 729[Event(155, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword)] 736[Event(156, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword)] 743[Event(157, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword)] 750[Event(158, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.PerfTrackKeyword)] 764[Event(182, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.SecurityKeyword)] 778[Event(184, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.SecurityKeyword)] 785[Event(187, Version = 0, Level = EventLevel.Informational)] 806[Event(202, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 820[Event(204, Version = 3, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 827[Event(205, Version = 4, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 834[Event(206, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)] 841[Event(207, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)] 848[Event(208, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)] 862[Event(240, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.DebuggerKeyword)] 869[Event(241, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.DebuggerKeyword)] 876[Event(242, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.DebuggerKeyword)] 883[Event(243, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.DebuggerKeyword)] 897[Event(270, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.EventSourceKeyword)] 904[Event(280, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.CompilationKeyword)] 911[Event(281, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.CompilationKeyword)] 918[Event(282, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.CompilationKeyword)] 925[Event(283, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.CompilationKeyword)] 932[Event(284, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.CompilationKeyword)] 939[Event(290, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AssemblyLoaderKeyword)] 946[Event(291, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AssemblyLoaderKeyword)] 953[Event(292, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AssemblyLoaderKeyword)] 960[Event(293, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AssemblyLoaderKeyword)] 967[Event(294, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AssemblyLoaderKeyword)] 974[Event(295, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AssemblyLoaderKeyword)] 981[Event(296, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AssemblyLoaderKeyword)] 988[Event(297, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.JitInstrumentationDataKeyword)] 995[Event(298, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.JitInstrumentationDataKeyword)] 1002[Event(299, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ProfilerKeyword)] 1009[Event(300, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.PerfTrackKeyword)] 1016[Event(303, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AllocationSamplingKeyword)]
src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (4)
79[Event(2, Level = EventLevel.Informational)] 114[Event(4, Level = EventLevel.Informational)] 120[Event(5, Level = EventLevel.Informational)] 128[Event(6, Level = EventLevel.Informational)]
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (1)
55if (useTplSource && TplEventSource.Log.IsEnabled(EventLevel.Informational, TplEventSource.Keywords.TasksFlowActivityIds))
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
5025Level = EventLevel.Informational; 5914EventLevel.Informational => nameof(EventLevel.Informational),
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\FrameworkEventSource.cs (2)
134[Event(150, Level = EventLevel.Informational, Keywords = Keywords.ThreadTransfer, Task = Tasks.ThreadTransfer, Opcode = EventOpcode.Send)] 156[Event(151, Level = EventLevel.Informational, Keywords = Keywords.ThreadTransfer, Task = Tasks.ThreadTransfer, Opcode = EventOpcode.Receive)]
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\NativeRuntimeEventSource.Threading.NativeSinks.cs (18)
88[Event(90, Level = EventLevel.Informational, Message = Messages.ContentionLockCreated, Task = Tasks.Contention, Opcode = EventOpcode.Info, Version = 0, Keywords = Keywords.ContentionKeyword)] 91Debug.Assert(IsEnabled(EventLevel.Informational, Keywords.ContentionKeyword)); 104[Event(81, Level = EventLevel.Informational, Message = Messages.ContentionStart, Task = Tasks.Contention, Opcode = EventOpcode.Start, Version = 2, Keywords = Keywords.ContentionKeyword)] 112Debug.Assert(IsEnabled(EventLevel.Informational, Keywords.ContentionKeyword)); 128[Event(91, Level = EventLevel.Informational, Message = Messages.ContentionStop, Task = Tasks.Contention, Opcode = EventOpcode.Stop, Version = 1, Keywords = Keywords.ContentionKeyword)] 131Debug.Assert(IsEnabled(EventLevel.Informational, Keywords.ContentionKeyword)); 140[Event(50, Level = EventLevel.Informational, Message = Messages.WorkerThread, Task = Tasks.ThreadPoolWorkerThread, Opcode = EventOpcode.Start, Version = 0, Keywords = Keywords.ThreadingKeyword)] 146if (IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 152[Event(51, Level = EventLevel.Informational, Message = Messages.WorkerThread, Task = Tasks.ThreadPoolWorkerThread, Opcode = EventOpcode.Stop, Version = 0, Keywords = Keywords.ThreadingKeyword)] 158if (IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 164[Event(57, Level = EventLevel.Informational, Message = Messages.WorkerThread, Task = Tasks.ThreadPoolWorkerThread, Opcode = Opcodes.Wait, Version = 0, Keywords = Keywords.ThreadingKeyword)] 171if (IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 177[Event(54, Level = EventLevel.Informational, Message = Messages.WorkerThreadAdjustmentSample, Task = Tasks.ThreadPoolWorkerThreadAdjustment, Opcode = Opcodes.Sample, Version = 0, Keywords = Keywords.ThreadingKeyword)] 182if (!IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 189[Event(55, Level = EventLevel.Informational, Message = Messages.WorkerThreadAdjustmentAdjustment, Task = Tasks.ThreadPoolWorkerThreadAdjustment, Opcode = Opcodes.Adjustment, Version = 0, Keywords = Keywords.ThreadingKeyword)] 196if (!IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 341[Event(59, Level = EventLevel.Informational, Message = Messages.MinMaxThreads, Task = Tasks.ThreadPoolMinMaxThreads, Opcode = EventOpcode.Info, Version = 0, Keywords = Keywords.ThreadingKeyword)] 349if (IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword))
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (2)
66[Event((int)EventId.AppContextSwitch, Level = EventLevel.Informational, Keywords = Keywords.AppContext)] 72[Event((int)EventId.ProcessorCount, Level = EventLevel.Informational, Keywords = Keywords.ProcessorCount)]
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (1)
475EventLevel.Informational,
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (24)
31if (IsEnabled(EventLevel.Informational, Keywords.TasksFlowActivityIds)) 34TasksSetActivityIds = IsEnabled(EventLevel.Informational, Keywords.TasksSetActivityIds); 36Debug = IsEnabled(EventLevel.Informational, Keywords.Debug); 37DebugActivityId = IsEnabled(EventLevel.Informational, Keywords.DebugActivityId); 190Level = EventLevel.Informational, Keywords = Keywords.TaskTransfer | Keywords.Tasks, 197if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.TaskTransfer | Keywords.Tasks)) 240Level = EventLevel.Informational, Keywords = Keywords.Tasks, 246if (IsEnabled(EventLevel.Informational, Keywords.Tasks)) 262Level = EventLevel.Informational, Keywords = Keywords.TaskStops, 268if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.Tasks)) 307Level = EventLevel.Informational, Keywords = Keywords.TaskTransfer | Keywords.Tasks, 313if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.TaskTransfer | Keywords.Tasks)) 400Level = EventLevel.Informational, Keywords = Keywords.TaskTransfer | Keywords.Tasks)] 405if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.TaskTransfer | Keywords.Tasks)) 433Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalityOperation)] 436if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalityOperation)) 461Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalityRelation)] 464if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalityRelation)) 469Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalityOperation)] 472if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalityOperation)) 477Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalitySynchronousWork)] 480if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalitySynchronousWork)) 487Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalitySynchronousWork)] 490if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalitySynchronousWork))
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (2)
562if (FrameworkEventSource.Log.IsEnabled(EventLevel.Informational, FrameworkEventSource.Keywords.ThreadTransfer)) 716if (FrameworkEventSource.Log.IsEnabled(EventLevel.Informational, FrameworkEventSource.Keywords.ThreadTransfer))
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationEventSource.cs (1)
14[Event(EventIds.XmlSerializerExpired, Level = EventLevel.Informational)]
System.Security.Cryptography (22)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (22)
93Level = EventLevel.Informational)] 105Level = EventLevel.Informational)] 114[Event(EventId_FlushStores, Level = EventLevel.Informational, Message = "Manual store flush triggered.")] 161Level = EventLevel.Informational, 182Level = EventLevel.Informational, 191Level = EventLevel.Informational, 226Level = EventLevel.Informational)] 235Level = EventLevel.Informational, 256Level = EventLevel.Informational, 268Level = EventLevel.Informational, 280Level = EventLevel.Informational, 292Level = EventLevel.Informational, 325Level = EventLevel.Informational, 334Level = EventLevel.Informational, 355Level = EventLevel.Informational, 364Level = EventLevel.Informational, 397Level = EventLevel.Informational, 406Level = EventLevel.Informational, 418Level = EventLevel.Informational, 515Level = EventLevel.Informational, 705Level = EventLevel.Informational)] 717Level = EventLevel.Informational)]
System.Threading.Tasks.Dataflow (10)
Internal\DataflowEtwProvider.cs (10)
69if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 77[Event(DATAFLOWBLOCKCREATED_EVENTID, Level = EventLevel.Informational)] 98if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 104[Event(TASKLAUNCHED_EVENTID, Level = EventLevel.Informational)] 131if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 163[Event(BLOCKCOMPLETED_EVENTID, Level = EventLevel.Informational)] 183if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 189[Event(BLOCKLINKED_EVENTID, Level = EventLevel.Informational)] 205if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 212[Event(BLOCKUNLINKED_EVENTID, Level = EventLevel.Informational)]
System.Threading.Tasks.Parallel (8)
System\Threading\Tasks\ParallelETWProvider.cs (8)
104[Event(PARALLELLOOPBEGIN_ID, Level = EventLevel.Informational, Task = ParallelEtwProvider.Tasks.Loop, Opcode = EventOpcode.Start)] 109if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 166[Event(PARALLELLOOPEND_ID, Level = EventLevel.Informational, Task = ParallelEtwProvider.Tasks.Loop, Opcode = EventOpcode.Stop)] 170if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 215[Event(PARALLELINVOKEBEGIN_ID, Level = EventLevel.Informational, Task = ParallelEtwProvider.Tasks.Invoke, Opcode = EventOpcode.Start)] 220if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 268[Event(PARALLELINVOKEEND_ID, Level = EventLevel.Informational, Task = ParallelEtwProvider.Tasks.Invoke, Opcode = EventOpcode.Stop)] 272if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS))
System.Transactions.Local (28)
System\Transactions\TransactionsEtwProvider.cs (28)
236if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 249[Event(TRANSACTION_CREATED_LTM_EVENTID, Keywords = Keywords.TraceLtm, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.Create, Message = "Transaction Created (LTM). ID is {0}, type is {1}")] 256[Event(TRANSACTION_CREATED_OLETX_EVENTID, Keywords = Keywords.TraceOleTx, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.Create, Message = "Transaction Created (OLETX). ID is {0}, type is {1}")] 273if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 282[Event(TRANSACTION_CLONECREATE_EVENTID, Keywords = Keywords.TraceLtm, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.CloneCreate, Message = "Transaction Clone Created. ID is {0}, type is {1}")] 294if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 300[Event(TRANSACTION_SERIALIZED_EVENTID, Keywords = Keywords.TraceOleTx, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.Serialized, Message = "Transaction Serialized. ID is {0}")] 433if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 446[Event(TRANSACTION_DEPENDENT_CLONE_CREATE_LTM_EVENTID, Keywords = Keywords.TraceLtm, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.DependentCloneComplete, Message = "Transaction Dependent Clone Created (LTM). ID is {0}, option is {1}")] 453[Event(TRANSACTION_DEPENDENT_CLONE_CREATE_OLETX_EVENTID, Keywords = Keywords.TraceOleTx, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.DependentCloneComplete, Message = "Transaction Dependent Clone Created (OLETX). ID is {0}, option is {1}")] 465if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 478[Event(TRANSACTION_DEPENDENT_CLONE_COMPLETE_LTM_EVENTID, Keywords = Keywords.TraceLtm, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.DependentCloneComplete, Message = "Transaction Dependent Clone Completed (LTM). ID is {0}, type is {1}")] 485[Event(TRANSACTION_DEPENDENT_CLONE_COMPLETE_OLETX_EVENTID, Keywords = Keywords.TraceOleTx, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.DependentCloneComplete, Message = "Transaction Dependent Clone Completed (OLETX). ID is {0}, type is {1}")] 561if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 574[Event(ENLISTMENT_CREATED_LTM_EVENTID, Keywords = Keywords.TraceLtm, Level = EventLevel.Informational, Task = Tasks.Enlistment, Opcode = Opcodes.Create, Message = "Enlistment Created (LTM). ID is {0}, type is {1}, options is {2}")] 581[Event(ENLISTMENT_CREATED_OLETX_EVENTID, Keywords = Keywords.TraceOleTx, Level = EventLevel.Informational, Task = Tasks.Enlistment, Opcode = Opcodes.Create, Message = "Enlistment Created (OLETX). ID is {0}, type is {1}, options is {2}")] 991if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 997[Event(TRANSACTIONMANAGER_REENLIST_EVENTID, Keywords = Keywords.TraceBase, Level = EventLevel.Informational, Task = Tasks.TransactionManager, Opcode = Opcodes.Reenlist, Message = "Reenlist in: {0}")] 1011if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1017[Event(TRANSACTIONMANAGER_RECOVERY_COMPLETE_EVENTID, Keywords = Keywords.TraceBase, Level = EventLevel.Informational, Task = Tasks.TransactionManager, Opcode = Opcodes.RecoveryComplete, Message = "Recovery complete: {0}")] 1051if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1057[Event(TRANSACTIONSCOPE_CREATED_EVENTID, Keywords = Keywords.TraceBase, Level = EventLevel.Informational, Task = Tasks.TransactionScope, Opcode = Opcodes.Created, Message = "Transactionscope was created: Transaction ID is {0}, TransactionScope Result is {1}")] 1122if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1128[Event(TRANSACTIONSCOPE_DISPOSED_EVENTID, Keywords = Keywords.TraceBase, Level = EventLevel.Informational, Task = Tasks.TransactionScope, Opcode = Opcodes.Disposed, Message = "Transactionscope disposed: transaction ID is {0}")] 1204if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1213[Event(TRANSACTIONSTATE_ENLIST_EVENTID, Keywords = Keywords.TraceLtm, Level = EventLevel.Informational, Task = Tasks.TransactionState, Opcode = Opcodes.Enlist, Message = "Transactionstate enlist: Enlistment ID is {0}, type is {1} and options is {2}")] 1290if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1296[Event(TRANSACTION_PROMOTED_EVENTID, Keywords = Keywords.TraceLtm, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.Promoted, Message = "Transaction promoted: transaction ID is {0} and distributed transaction ID is {1}")]