501 references to Informational
Aspire.Hosting (40)
AspireEventSource.cs (40)
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 = "Starting DCP object set creation...")] 185[Event(20, Level = EventLevel.Informational, Message = "DCP object set creation completed")] 194[Event(21, Level = EventLevel.Informational, Message = "Creating DCP object...")] 203[Event(22, Level = EventLevel.Informational, Message = "DCP object creation completed")] 212[Event(23, Level = EventLevel.Informational, Message = "Starting to wait for DCP Service address allocation...")] 221[Event(24, Level = EventLevel.Informational, Message = "DCP Service address allocation completed")] 230[Event(25, Level = EventLevel.Informational, Message = "DCP resource cleanup starting...")] 239[Event(26, Level = EventLevel.Informational, Message = "DCP resource 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")] 284[Event(33, Level = EventLevel.Informational, Message = "DCP information fetching start...")] 293[Event(34, Level = EventLevel.Informational, Message = "DCP information fetching completed")] 302[Event(35, Level = EventLevel.Informational, Message = "DCP Service address allocated")] 320[Event(37, Level = EventLevel.Informational, Message = "Creating DCP resources for Aspire executable...")] 329[Event(38, Level = EventLevel.Informational, Message = "Aspire executable resources created")] 338[Event(39, Level = EventLevel.Informational, Message = "Stopping DCP resource...")] 347[Event(40, Level = EventLevel.Informational, Message = "DCP resource stopped")] 356[Event(41, Level = EventLevel.Informational, Message = "Starting DCP resource...")] 365[Event(42, Level = EventLevel.Informational, Message = "DCP resource started")] 374[Event(43, Level = EventLevel.Informational, Message = "DCP Service object preparation starting...")] 383[Event(44, Level = EventLevel.Informational, Message = "DCP Service object preparation completed")]
Aspire.RabbitMQ.Client (1)
src\Components\Aspire.RabbitMQ.Client\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.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)
47eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None, 156eventListener.EnableEvents(hostingEventSource, EventLevel.Informational, EventKeywords.None,
Internal\HostingEventSourceTests.cs (10)
40eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 50Assert.Equal(EventLevel.Informational, eventData.Level); 63eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 73Assert.Equal(EventLevel.Informational, eventData.Level); 119eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 129Assert.Equal(EventLevel.Informational, eventData.Level); 148eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 157Assert.Equal(EventLevel.Informational, eventData.Level); 170eventListener.EnableEvents(hostingEventSource, EventLevel.Informational); 206eventListener.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)
41eventListener.EnableEvents(httpConnectionsEventSource, EventLevel.Informational); 51Assert.Equal(EventLevel.Informational, eventData.Level); 68eventListener.EnableEvents(httpConnectionsEventSource, EventLevel.Informational); 78Assert.Equal(EventLevel.Informational, eventData.Level); 95eventListener.EnableEvents(httpConnectionsEventSource, EventLevel.Informational); 105Assert.Equal(EventLevel.Informational, eventData.Level);
Microsoft.AspNetCore.InternalTesting.Tests (11)
CollectingEventListenerTest.cs (2)
31EventAssert.Event(1, "Test", EventLevel.Informational), 84[Event(eventId: 1, Level = EventLevel.Informational, Message = "Test")]
EventSourceValidatorTests.cs (9)
69[Event(1, Level = EventLevel.Informational)] 82[Event(1, Level = EventLevel.Informational)] 89[Event(1, Level = EventLevel.Informational)] 92[Event(1, Level = EventLevel.Informational)] 104[Event(1, Level = EventLevel.Informational)] 107[Event(2, Level = EventLevel.Informational)] 110[Event(3, Level = EventLevel.Informational)] 113[Event(4, Level = EventLevel.Informational)] 116[Event(5, Level = EventLevel.Informational)]
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)
3055EnableEvents(eventSource, EventLevel.Informational);
WebHostTests.cs (1)
141EnableEvents(eventSource, EventLevel.Informational);
Microsoft.CodeAnalysis (19)
CodeAnalysisEventSource.Common.cs (17)
28[Event(1, Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.GeneratorDriverRunTime)] 31[Event(2, Message = "Generators ran for {0} ticks", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.GeneratorDriverRunTime)] 34[Event(3, Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.SingleGeneratorRunTime)] 37[Event(4, Message = "Generator {0} ran for {2} ticks", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.SingleGeneratorRunTime)] 96[Event(7, Message = "Server compilation {0} started", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.Compilation)] 99[Event(8, Message = "Server compilation {0} completed", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.Compilation)] 102[Event(9, Message = "ALC for directory '{0}' created", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.AnalyzerAssemblyLoader)] 105[Event(10, Message = "ALC for directory '{0}' disposed", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.AnalyzerAssemblyLoader)] 111[Event(12, Message = "CreateNonLockingLoader", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational, Task = Tasks.AnalyzerAssemblyLoader)] 114[Event(13, Message = "Request add Analyzer reference '{0}' to project '{1}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 117[Event(14, Message = "Analyzer reference '{0}' was added to project '{1}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 120[Event(15, Message = "Request remove Analyzer reference '{0}' from project '{1}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 123[Event(16, Message = "Analyzer reference '{0}' was removed from project '{1}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 126[Event(17, Message = "Analyzer reference was redirected by '{0}' from '{1}' to '{2}' for project '{3}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 152[Event(18, Message = "ALC for directory '{0}': Assembly '{1}' was resolved by '{2}' ", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 180[Event(19, Message = "ALC for directory '{0}': Failed to resolve assembly '{1}' ", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 183[Event(20, Message = "Project '{0}' created with file path '{1}'", Level = EventLevel.Informational)]
SourceGeneration\GeneratorTimerExtensions.cs (2)
18if (eventSource.IsEnabled(EventLevel.Informational, Keywords.Performance)) 32if (eventSource.IsEnabled(EventLevel.Informational, Keywords.Performance))
Microsoft.CodeAnalysis.Workspaces (21)
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 (17)
28[Event(1, Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.GeneratorDriverRunTime)] 31[Event(2, Message = "Generators ran for {0} ticks", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.GeneratorDriverRunTime)] 34[Event(3, Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.SingleGeneratorRunTime)] 37[Event(4, Message = "Generator {0} ran for {2} ticks", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.SingleGeneratorRunTime)] 96[Event(7, Message = "Server compilation {0} started", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.Compilation)] 99[Event(8, Message = "Server compilation {0} completed", Keywords = Keywords.Performance, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.Compilation)] 102[Event(9, Message = "ALC for directory '{0}' created", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational, Opcode = EventOpcode.Start, Task = Tasks.AnalyzerAssemblyLoader)] 105[Event(10, Message = "ALC for directory '{0}' disposed", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational, Opcode = EventOpcode.Stop, Task = Tasks.AnalyzerAssemblyLoader)] 111[Event(12, Message = "CreateNonLockingLoader", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational, Task = Tasks.AnalyzerAssemblyLoader)] 114[Event(13, Message = "Request add Analyzer reference '{0}' to project '{1}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 117[Event(14, Message = "Analyzer reference '{0}' was added to project '{1}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 120[Event(15, Message = "Request remove Analyzer reference '{0}' from project '{1}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 123[Event(16, Message = "Analyzer reference '{0}' was removed from project '{1}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 126[Event(17, Message = "Analyzer reference was redirected by '{0}' from '{1}' to '{2}' for project '{3}'", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 152[Event(18, Message = "ALC for directory '{0}': Assembly '{1}' was resolved by '{2}' ", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 180[Event(19, Message = "ALC for directory '{0}': Failed to resolve assembly '{1}' ", Keywords = Keywords.AnalyzerLoading, Level = EventLevel.Informational)] 183[Event(20, Message = "Project '{0}' created with file path '{1}'", Level = EventLevel.Informational)]
Microsoft.Extensions.DependencyInjection (3)
DependencyInjectionEventSource.cs (3)
90[Event(7, Level = EventLevel.Informational, Keywords = Keywords.ServiceProviderInitialized)] 98[Event(8, Level = EventLevel.Informational, Keywords = Keywords.ServiceProviderInitialized)] 194if (IsEnabled(EventLevel.Informational, Keywords.ServiceProviderInitialized))
Microsoft.Extensions.Http.Diagnostics (1)
Latency\Internal\HttpRequestLatencyListener.cs (1)
108EnableEvents(eventSource, EventLevel.Informational);
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
534if (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)
386IsEnabled(EventLevel.Informational, Keywords.Events)) 391if (!IsEnabled(EventLevel.Informational, Keywords.IgnoreShortCutKeywords)) 393if (IsEnabled(EventLevel.Informational, Keywords.AspNetCoreHosting)) 395if (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)
85if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 99[Event(PARALLELQUERYBEGIN_EVENTID, Level = EventLevel.Informational, Task = PlinqEtwProvider.Tasks.Query, Opcode = EventOpcode.Start)] 114if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 127[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, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
71[Event(InfoEventId, Level = EventLevel.Informational)]
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, Level = EventLevel.Informational)] 39[Event(ContentNullId, 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, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
71[Event(InfoEventId, Level = EventLevel.Informational)]
System.Net.Mail (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs (1)
32[Event(AssociateEventId, Level = EventLevel.Informational, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
71[Event(InfoEventId, Level = EventLevel.Informational)]
System.Net.NameResolution (6)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
71[Event(InfoEventId, Level = EventLevel.Informational)]
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)
71[Event(InfoEventId, Level = EventLevel.Informational)]
System.Net.Quic (1)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
71[Event(InfoEventId, Level = EventLevel.Informational)]
System.Net.Requests (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs (1)
32[Event(AssociateEventId, Level = EventLevel.Informational, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
71[Event(InfoEventId, Level = EventLevel.Informational)]
System.Net.Security (23)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
71[Event(InfoEventId, Level = EventLevel.Informational)]
System\Net\Security\NetEventSource.Security.cs (18)
68[Event(SslStreamCtorId, Level = EventLevel.Informational)] 76[Event(LocatingPrivateKeyId, Level = EventLevel.Informational)] 84[Event(CertIsType2Id, Level = EventLevel.Informational)] 92[Event(FoundCertInStoreId, Level = EventLevel.Informational)] 100[Event(NotFoundCertInStoreId, Level = EventLevel.Informational)] 108[Event(RemoteCertificateId, Level = EventLevel.Informational)] 116[Event(CertificateFromDelegateId, Level = EventLevel.Informational)] 124[Event(NoDelegateNoClientCertId, Level = EventLevel.Informational)] 132[Event(NoDelegateButClientCertId, Level = EventLevel.Informational)] 140[Event(AttemptingRestartUsingCertId, Level = EventLevel.Informational)] 148[Event(NoIssuersTryAllCertsId, Level = EventLevel.Informational)] 156[Event(LookForMatchingCertsId, Level = EventLevel.Informational)] 164[Event(SelectedCertId, Level = EventLevel.Informational)] 172[Event(CertsAfterFilteringId, Level = EventLevel.Informational)] 180[Event(FindingMatchingCertsId, Level = EventLevel.Informational)] 188[Event(UsingCachedCredentialId, Level = EventLevel.Informational)] 193[Event(SspiSelectedCipherSuitId, Level = EventLevel.Informational)] 274[Event(CertificateFromCertContextId, 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)
71[Event(InfoEventId, Level = EventLevel.Informational)]
System\Net\Sockets\NetEventSource.Sockets.cs (4)
22[Event(AcceptedId, Level = EventLevel.Informational)] 30[Event(ConnectedId, Level = EventLevel.Informational)] 38[Event(ConnectedAsyncDnsId, Level = EventLevel.Informational)] 46[Event(NotLoggedFileId, 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, Message = "[{2}]<-->[{3}]")]
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
71[Event(InfoEventId, Level = EventLevel.Informational)]
System\Net\WebSockets\NetEventSource.WebSockets.cs (4)
45[Event(KeepAliveSentId, Level = EventLevel.Informational)] 49[Event(KeepAliveAckedId, Level = EventLevel.Informational)] 127[Event(ReceiveStartId, Level = EventLevel.Informational)] 131[Event(ReceiveStopId, Level = EventLevel.Informational)]
System.Private.CoreLib (57)
src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (4)
74[Event(2, Level = EventLevel.Informational)] 109[Event(4, Level = EventLevel.Informational)] 115[Event(5, Level = EventLevel.Informational)] 123[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 (1)
4407Level = EventLevel.Informational;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\FrameworkEventSource.cs (2)
129[Event(150, Level = EventLevel.Informational, Keywords = Keywords.ThreadTransfer, Task = Tasks.ThreadTransfer, Opcode = EventOpcode.Send)] 151[Event(151, Level = EventLevel.Informational, Keywords = Keywords.ThreadTransfer, Task = Tasks.ThreadTransfer, Opcode = EventOpcode.Receive)]
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (2)
625EventLevel.Informational => nameof(EventLevel.Informational),
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\NativeRuntimeEventSource.Threading.NativeSinks.cs (18)
79[Event(90, Level = EventLevel.Informational, Message = Messages.ContentionLockCreated, Task = Tasks.Contention, Opcode = EventOpcode.Info, Version = 0, Keywords = Keywords.ContentionKeyword)] 82Debug.Assert(IsEnabled(EventLevel.Informational, Keywords.ContentionKeyword)); 95[Event(81, Level = EventLevel.Informational, Message = Messages.ContentionStart, Task = Tasks.Contention, Opcode = EventOpcode.Start, Version = 2, Keywords = Keywords.ContentionKeyword)] 103Debug.Assert(IsEnabled(EventLevel.Informational, Keywords.ContentionKeyword)); 119[Event(91, Level = EventLevel.Informational, Message = Messages.ContentionStop, Task = Tasks.Contention, Opcode = EventOpcode.Stop, Version = 1, Keywords = Keywords.ContentionKeyword)] 122Debug.Assert(IsEnabled(EventLevel.Informational, Keywords.ContentionKeyword)); 131[Event(50, Level = EventLevel.Informational, Message = Messages.WorkerThread, Task = Tasks.ThreadPoolWorkerThread, Opcode = EventOpcode.Start, Version = 0, Keywords = Keywords.ThreadingKeyword)] 137if (IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 143[Event(51, Level = EventLevel.Informational, Message = Messages.WorkerThread, Task = Tasks.ThreadPoolWorkerThread, Opcode = EventOpcode.Stop, Version = 0, Keywords = Keywords.ThreadingKeyword)] 149if (IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 155[Event(57, Level = EventLevel.Informational, Message = Messages.WorkerThread, Task = Tasks.ThreadPoolWorkerThread, Opcode = Opcodes.Wait, Version = 0, Keywords = Keywords.ThreadingKeyword)] 162if (IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 168[Event(54, Level = EventLevel.Informational, Message = Messages.WorkerThreadAdjustmentSample, Task = Tasks.ThreadPoolWorkerThreadAdjustment, Opcode = Opcodes.Sample, Version = 0, Keywords = Keywords.ThreadingKeyword)] 173if (!IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 180[Event(55, Level = EventLevel.Informational, Message = Messages.WorkerThreadAdjustmentAdjustment, Task = Tasks.ThreadPoolWorkerThreadAdjustment, Opcode = Opcodes.Adjustment, Version = 0, Keywords = Keywords.ThreadingKeyword)] 187if (!IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword)) 332[Event(59, Level = EventLevel.Informational, Message = Messages.MinMaxThreads, Task = Tasks.ThreadPoolMinMaxThreads, Opcode = EventOpcode.Info, Version = 0, Keywords = Keywords.ThreadingKeyword)] 340if (IsEnabled(EventLevel.Informational, Keywords.ThreadingKeyword))
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (2)
58[Event((int)EventId.AppContextSwitch, Level = EventLevel.Informational, Keywords = Keywords.AppContext)] 64[Event((int)EventId.ProcessorCount, Level = EventLevel.Informational, Keywords = Keywords.ProcessorCount)]
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (1)
513EventLevel.Informational,
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (24)
30if (IsEnabled(EventLevel.Informational, Keywords.TasksFlowActivityIds)) 33TasksSetActivityIds = IsEnabled(EventLevel.Informational, Keywords.TasksSetActivityIds); 35Debug = IsEnabled(EventLevel.Informational, Keywords.Debug); 36DebugActivityId = IsEnabled(EventLevel.Informational, Keywords.DebugActivityId); 185Level = EventLevel.Informational, Keywords = Keywords.TaskTransfer | Keywords.Tasks, 192if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.TaskTransfer | Keywords.Tasks)) 235Level = EventLevel.Informational, Keywords = Keywords.Tasks, 241if (IsEnabled(EventLevel.Informational, Keywords.Tasks)) 257Level = EventLevel.Informational, Keywords = Keywords.TaskStops, 263if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.Tasks)) 302Level = EventLevel.Informational, Keywords = Keywords.TaskTransfer | Keywords.Tasks, 308if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.TaskTransfer | Keywords.Tasks)) 395Level = EventLevel.Informational, Keywords = Keywords.TaskTransfer | Keywords.Tasks)] 400if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.TaskTransfer | Keywords.Tasks)) 428Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalityOperation)] 431if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalityOperation)) 456Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalityRelation)] 459if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalityRelation)) 464Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalityOperation)] 467if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalityOperation)) 472Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalitySynchronousWork)] 475if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalitySynchronousWork)) 482Level = EventLevel.Informational, Keywords = Keywords.AsyncCausalitySynchronousWork)] 485if (IsEnabled() && IsEnabled(EventLevel.Informational, Keywords.AsyncCausalitySynchronousWork))
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (2)
553if (FrameworkEventSource.Log.IsEnabled(EventLevel.Informational, FrameworkEventSource.Keywords.ThreadTransfer)) 707if (FrameworkEventSource.Log.IsEnabled(EventLevel.Informational, FrameworkEventSource.Keywords.ThreadTransfer))
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationEventSource.cs (1)
13[Event(EventIds.XmlSerializerExpired, Level = EventLevel.Informational)]
System.Security.Cryptography (22)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (22)
98Level = EventLevel.Informational)] 110Level = EventLevel.Informational)] 119[Event(EventId_FlushStores, Level = EventLevel.Informational, Message = "Manual store flush triggered.")] 166Level = EventLevel.Informational, 187Level = EventLevel.Informational, 196Level = EventLevel.Informational, 231Level = EventLevel.Informational)] 240Level = EventLevel.Informational, 261Level = EventLevel.Informational, 273Level = EventLevel.Informational, 285Level = EventLevel.Informational, 297Level = EventLevel.Informational, 330Level = EventLevel.Informational, 339Level = EventLevel.Informational, 360Level = EventLevel.Informational, 369Level = EventLevel.Informational, 402Level = EventLevel.Informational, 411Level = EventLevel.Informational, 423Level = EventLevel.Informational, 520Level = EventLevel.Informational, 710Level = EventLevel.Informational)] 722Level = EventLevel.Informational)]
System.ServiceModel.Primitives (81)
Internals\WcfEventSource.cs (81)
107return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Debug); 110[Event(EventIds.ClientMessageInspectorAfterReceiveInvoked, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = Opcodes.ClientRuntimeClientMessageInspectorAfterReceiveInvoked, Task = Tasks.ClientRuntime, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Debug, 126return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting 131[Event(EventIds.ClientMessageInspectorBeforeSendInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientMessageInspectorBeforeSendInvoked, Task = Tasks.ClientRuntime, Keywords = Keywords.Troubleshooting 150return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 153[Event(EventIds.ClientParameterInspectorAfterCallInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientParameterInspectorStop, Task = Tasks.ClientRuntime, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Analytic, 169return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 172[Event(EventIds.ClientParameterInspectorBeforeCallInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientParameterInspectorStart, Task = Tasks.ClientRuntime, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Analytic, 188return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 191[Event(EventIds.OperationInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageOperationInvokerStart, Task = Tasks.DispatchMessage, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Analytic, 225return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 228[Event(EventIds.ErrorHandlerInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Analytic, 243return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 246[Event(EventIds.FaultProviderInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Analytic, 261return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 264[Event(EventIds.MessageInspectorAfterReceiveInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageDispathMessageInspectorAfterReceiveInvoked, Task = Tasks.DispatchMessage, 281return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 284[Event(EventIds.MessageInspectorBeforeSendInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageDispathMessageInspectorBeforeSendInvoked, Task = Tasks.DispatchMessage, 301return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 304[Event(EventIds.ParameterInspectorAfterCallInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageParameterInspectorStop, Task = Tasks.DispatchMessage, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Analytic, 320return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 323[Event(EventIds.ParameterInspectorBeforeCallInvoked, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageParameterInspectorStart, Task = Tasks.DispatchMessage, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Analytic, 339return base.IsEnabled(EventLevel.Informational, Keywords.HealthMonitoring | Keywords.EndToEndMonitoring | Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 342[Event(EventIds.OperationCompleted, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageOperationInvokerStop, Task = Tasks.DispatchMessage, Keywords = Keywords.HealthMonitoring | Keywords.EndToEndMonitoring | Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Analytic, 359return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Debug); 362[Event(EventIds.ClientOperationPrepared, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = Opcodes.ClientRuntimeOperationPrepared, Task = Tasks.ClientRuntime, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Debug, 385return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.ServiceModel, EventChannel.Analytic); 388[Event(EventIds.ServiceChannelCallStop, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Stop, Task = Tasks.ServiceChannelCall, Keywords = Keywords.Troubleshooting | Keywords.ServiceModel | ChannelKeywords.Analytic, ActivityOptions = EventActivityOptions.Disable, 422return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.TransportGeneral, EventChannel.Analytic); 425[Event(EventIds.MessageSentByTransport, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Stop, Task = Tasks.TransportSend, Keywords = Keywords.Troubleshooting | Keywords.TransportGeneral | ChannelKeywords.Analytic, ActivityOptions = EventActivityOptions.Disable, 441return base.IsEnabled(EventLevel.Informational, Keywords.EndToEndMonitoring | Keywords.Troubleshooting | Keywords.TransportGeneral, EventChannel.Analytic); 444[Event(EventIds.MessageSentToTransport, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, Keywords = Keywords.EndToEndMonitoring | Keywords.Troubleshooting | Keywords.TransportGeneral | ChannelKeywords.Analytic, 460return base.IsEnabled(EventLevel.Informational, Keywords.Troubleshooting | Keywords.TransportGeneral, EventChannel.Analytic); 463[Event(EventIds.MessageReceivedByTransport, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Stop, Task = Tasks.TransportReceive, Keywords = Keywords.Troubleshooting | Keywords.TransportGeneral | ChannelKeywords.Analytic, ActivityOptions = EventActivityOptions.Disable, 486return base.IsEnabled(EventLevel.Informational, Keywords.EndToEndMonitoring | Keywords.Troubleshooting | Keywords.TransportGeneral, EventChannel.Analytic); 489[Event(EventIds.MessageReceivedFromTransport, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, Keywords = Keywords.EndToEndMonitoring | Keywords.Troubleshooting | Keywords.TransportGeneral | ChannelKeywords.Analytic, 543return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 546[Event(EventIds.ServiceChannelOpenStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Start, Task = Tasks.ServiceChannelOpen, Keywords = Keywords.ServiceModel | ChannelKeywords.Analytic, ActivityOptions = EventActivityOptions.Disable, 562return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 565[Event(EventIds.ServiceChannelOpenStop, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Stop, Task = Tasks.ServiceChannelOpen, Keywords = Keywords.ServiceModel | ChannelKeywords.Analytic, ActivityOptions = EventActivityOptions.Disable, 581return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 584[Event(EventIds.ServiceChannelCallStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Start, Task = Tasks.ServiceChannelCall, Keywords = Keywords.ServiceModel | ChannelKeywords.Analytic, ActivityOptions = EventActivityOptions.Disable, 598[Event(EventIds.ServiceChannelBeginCallStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Start, Task = Tasks.ServiceChannelCall, Keywords = Keywords.ServiceModel | ChannelKeywords.Analytic, ActivityOptions = EventActivityOptions.Disable, 614return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 617[Event(EventIds.DispatchMessageStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageDispatchStart, Task = Tasks.DispatchMessage, Keywords = Keywords.ServiceModel | ChannelKeywords.Analytic, 633return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 636[Event(EventIds.DispatchMessageStop, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.DispatchMessageDispatchStop, Task = Tasks.DispatchMessage, Keywords = Keywords.ServiceModel | ChannelKeywords.Analytic, 652return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 655[Event(EventIds.ClientChannelOpenStart, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientChannelOpenStart, Task = Tasks.ClientRuntime, Keywords = Keywords.ServiceModel | ChannelKeywords.Analytic, 671return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 674[Event(EventIds.ClientChannelOpenStop, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = Opcodes.ClientRuntimeClientChannelOpenStop, Task = Tasks.ClientRuntime, Keywords = Keywords.ServiceModel | ChannelKeywords.Analytic, 715return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 718[Event(EventIds.InactivityTimeout, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, Task = Tasks.TimeoutException, Keywords = Keywords.ServiceModel, 733return base.IsEnabled(EventLevel.Informational, Keywords.Quota, EventChannel.Debug); 736[Event(EventIds.MaxOutboundConnectionsPerEndpointExceeded, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Info, Task = Tasks.Quotas, Keywords = Keywords.Quota | ChannelKeywords.Debug, 853return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Debug); 856[Event(EventIds.ClientBaseCachedChannelFactoryCount, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Info, Task = Tasks.ChannelFactoryCaching, 873return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Debug); 876[Event(EventIds.ClientBaseChannelFactoryAgedOutofCache, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Info, Task = Tasks.ChannelFactoryCaching, 893return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Debug); 896[Event(EventIds.ClientBaseChannelFactoryCacheHit, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Info, Task = Tasks.ChannelFactoryCaching, 913return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Debug); 916[Event(EventIds.ClientBaseUsingLocalChannelFactory, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Info, Task = Tasks.ChannelFactoryCaching, 933return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 936[Event(EventIds.MessageReadByEncoder, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Stop, Task = Tasks.MessageDecoding, Keywords = Keywords.Channel | ChannelKeywords.Debug, ActivityOptions = EventActivityOptions.Disable, 953return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 956[Event(EventIds.MessageWrittenByEncoder, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Stop, Task = Tasks.MessageEncoding, Keywords = Keywords.Channel | ChannelKeywords.Debug, ActivityOptions = EventActivityOptions.Disable, 1269return base.IsEnabled(EventLevel.Informational, Keywords.Infrastructure, EventChannel.Analytic); 1272[Event(EventIds.HandledException, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, Keywords = Keywords.Infrastructure | ChannelKeywords.Analytic, 1423return base.IsEnabled(EventLevel.Informational, Keywords.ServiceModel, EventChannel.Analytic); 1426[Event(EventIds.LeaseTimeout, Level = EventLevel.Informational, Channel = EventChannel.Analytic, Opcode = EventOpcode.Info, Task = Tasks.TimeoutException, Keywords = Keywords.ServiceModel | ChannelKeywords.Analytic, 1668return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 1671[Event(EventIds.ClientReliableSessionReconnect, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = Opcodes.ReliableSessionReconnect, Task = Tasks.ReliableSession, Keywords = Keywords.Channel, 1722return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 1725[Event(EventIds.ReliableSessionChannelFaulted, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = Opcodes.ReliableSessionFaulted, Task = Tasks.ReliableSession, Keywords = Keywords.Channel, 1758return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 1761[Event(EventIds.StreamedMessageReadByEncoder, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Stop, Task = Tasks.MessageDecoding, Keywords = Keywords.Channel | ChannelKeywords.Debug, ActivityOptions = EventActivityOptions.Disable, 1777return base.IsEnabled(EventLevel.Informational, Keywords.Channel, EventChannel.Debug); 1780[Event(EventIds.StreamedMessageWrittenByEncoder, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Stop, Task = Tasks.MessageEncoding, Keywords = Keywords.Channel | ChannelKeywords.Debug, ActivityOptions = EventActivityOptions.Disable, 2182return base.IsEnabled(EventLevel.Informational, Keywords.Infrastructure, EventChannel.Debug); 2185[Event(EventIds.TraceCodeEventLogInfo, Level = EventLevel.Informational, Channel = EventChannel.Debug, Opcode = EventOpcode.Info, Keywords = Keywords.Infrastructure | ChannelKeywords.Debug,
System.Threading.Tasks.Dataflow (10)
Internal\DataflowEtwProvider.cs (10)
66if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 74[Event(DATAFLOWBLOCKCREATED_EVENTID, Level = EventLevel.Informational)] 95if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 101[Event(TASKLAUNCHED_EVENTID, Level = EventLevel.Informational)] 128if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 160[Event(BLOCKCOMPLETED_EVENTID, Level = EventLevel.Informational)] 180if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 186[Event(BLOCKLINKED_EVENTID, Level = EventLevel.Informational)] 202if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 209[Event(BLOCKUNLINKED_EVENTID, Level = EventLevel.Informational)]
System.Threading.Tasks.Parallel (8)
System\Threading\Tasks\ParallelETWProvider.cs (8)
101[Event(PARALLELLOOPBEGIN_ID, Level = EventLevel.Informational, Task = ParallelEtwProvider.Tasks.Loop, Opcode = EventOpcode.Start)] 106if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 163[Event(PARALLELLOOPEND_ID, Level = EventLevel.Informational, Task = ParallelEtwProvider.Tasks.Loop, Opcode = EventOpcode.Stop)] 167if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 212[Event(PARALLELINVOKEBEGIN_ID, Level = EventLevel.Informational, Task = ParallelEtwProvider.Tasks.Invoke, Opcode = EventOpcode.Start)] 217if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 265[Event(PARALLELINVOKEEND_ID, Level = EventLevel.Informational, Task = ParallelEtwProvider.Tasks.Invoke, Opcode = EventOpcode.Stop)] 269if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS))
System.Transactions.Local (28)
System\Transactions\TransactionsEtwProvider.cs (28)
230if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 243[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}")] 250[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}")] 267if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 276[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}")] 288if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 294[Event(TRANSACTION_SERIALIZED_EVENTID, Keywords = Keywords.TraceOleTx, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.Serialized, Message = "Transaction Serialized. ID is {0}")] 427if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 440[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}")] 447[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}")] 459if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 472[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}")] 479[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}")] 555if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 568[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}")] 575[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}")] 985if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 991[Event(TRANSACTIONMANAGER_REENLIST_EVENTID, Keywords = Keywords.TraceBase, Level = EventLevel.Informational, Task = Tasks.TransactionManager, Opcode = Opcodes.Reenlist, Message = "Reenlist in: {0}")] 1005if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1011[Event(TRANSACTIONMANAGER_RECOVERY_COMPLETE_EVENTID, Keywords = Keywords.TraceBase, Level = EventLevel.Informational, Task = Tasks.TransactionManager, Opcode = Opcodes.RecoveryComplete, Message = "Recovery complete: {0}")] 1045if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1051[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}")] 1116if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1122[Event(TRANSACTIONSCOPE_DISPOSED_EVENTID, Keywords = Keywords.TraceBase, Level = EventLevel.Informational, Task = Tasks.TransactionScope, Opcode = Opcodes.Disposed, Message = "Transactionscope disposed: transaction ID is {0}")] 1198if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1207[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}")] 1284if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS)) 1290[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}")]