PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­PropertyFormatter
Open sandboxFocus

LoggingProperty.Formatter Property

Formatter

Gets or sets the formatter used to render the Value as a string. By default, the default formatter for the property value type is used.

Declaration
public IFormatter Formatter { get; set; }
Property Value
Type Description
IFormatter