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

LoggingOptions.Merge Method

Merge(LoggingOptions)

Merges the values of another LoggingOptions object within the current object. The values of the other object take precendence over the values of the current object.

Declaration
public void Merge(LoggingOptions overridingOptions)
Parameters
Type Name Description
LoggingOptions overridingOptions

Values to be merged into the current object.