EventTextFormatter.VerbosityThreshold Property
Applies to: Semantic Logging 2.0
Gets or sets the lowest EventLevel value where the formatted output provides all the event entry information. Otherwise a summarized content of the event entry will be written.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1
Syntax
public EventLevel VerbosityThreshold { get; set; }
'Declaration
Public Property VerbosityThreshold As EventLevel
Get
Set
Property Value
Type: EventLevel
The EventLevel.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters Namespace