EtwProvider Class
Updated: September 18, 2014
Configures collection of events generated from .NET System.Diagnostics.Tracing.EventSource.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
| Name | Description | |
|---|---|---|
![]() | EtwProvider() | Initializes a new instance of the EtwProvider class. |
| Name | Description | |
|---|---|---|
![]() | DefaultDestination | Optional. The name of the table to store the events in. |
![]() | Events | Optional. The list of events to collect. |
![]() | Provider | Optional. The class name of the EventSource event, or, the GUID of the event provider. |
![]() | ScheduledTransferKeywordFilter | Optional. This field is a bitmask of the keywords that you would like logged. For details on EventSource keywords see: http://msdn.microsoft.com/library/system.diagnostics.tracing.eventsource(v=vs.110).aspx. For details on ETW event keywords see: http://msdn.microsoft.com/library/windows/desktop/dd996930(v=vs.85).aspx. |
![]() | ScheduledTransferLogLevelFilter | Optional. The minimum severity level to transfer to your storage account. |
![]() | ScheduledTransferPeriod | Optional. The interval between scheduled transfers to storage rounded up to the nearest minute. Note that the value is an XML "Duration Data Type". |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)