Share via


EventSourceAnalyzer.ExcludeEventListenerEmulation Property

Applies to: Semantic Logging 2.0

Gets or sets a value indicating whether to exclude the internal EventListener instance to emulate sending events.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.EventSourceAnalyzer (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.EventSourceAnalyzer.dll) Version: 2.0.1406.1

Syntax

public bool ExcludeEventListenerEmulation { get; set; }
'Declaration
Public Property ExcludeEventListenerEmulation As Boolean
    Get
    Set

Property Value

Type: Boolean
true for excluding this analysis, false otherwise.

Remarks

The analyzer performs a 'probing' execution using an internal EventListener instance to emulate logging using the inspected EventSource instance. By excluding this analysis, no ETW events will be sent in case of executing the analysis from a running application where ETW events may be monitored.

See Also

EventSourceAnalyzer Class

EventSourceAnalyzer Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility Namespace