EventSourceAnalyzer.ExcludeWriteEventTypeOrder Property
Applies to: Semantic Logging 2.0
Gets or sets a value indicating whether to exclude the type order analysis between the event arguments and the 'EventSource.WriteEvent' arguments order. This process is costly and may be excluded for large event sources with events with many arguments. However it is recommended to leave this option off (default) to ensure that all 'EventSource.WriteEvent' arguments are correctly mapped to the event parameters.
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 ExcludeWriteEventTypeOrder { get; set; }
'Declaration
Public Property ExcludeWriteEventTypeOrder As Boolean
Get
Set
Property Value
Type: Boolean
true for excluding this analysis, false otherwise.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility Namespace