Udostępnij za pośrednictwem


JsonEventTextFormatter.IncludeEntrySeparator Property

Applies to: Semantic Logging 2.0

Gets or sets a flag indicating whether the JsonEventTextFormatter will append a separator (",") at the end of each event

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

Syntax

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

Property Value

Type: Boolean
The flag indicating whether to append a separator.

See Also

JsonEventTextFormatter Class

JsonEventTextFormatter Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters Namespace