Open sandboxFocus

Method WithIsIgnored

WithIsIgnored(bool)

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
bool value

New value of the IsIgnored property.

Returns
Type Description
LoggingPropertyOptions