PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomLogging­Property­OptionsWith­Is­Rendered
Open sandboxFocus

LoggingPropertyOptions.WithIsRendered Method

WithIsRendered(Boolean)

Returns a copy of the current LoggingPropertyOptions but with a different value of the IsRendered property.

Declaration
public LoggingPropertyOptions WithIsRendered(bool value)
Parameters
Type Name Description
Boolean value

New value of the IsRendered property.

Returns
Type Description
LoggingPropertyOptions