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

LoggingPropertyOptions.WithIsIgnored Method

WithIsIgnored(Boolean)

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

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

New value of the IsIgnored property.

Returns
Type Description
LoggingPropertyOptions