LoggingOptions.Merge Method |
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.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public void Merge( LoggingOptions overridingOptions )
Parameters
- overridingOptions
- Type: PostSharp.Patterns.Diagnostics.LoggingOptions
Values to be merged into the current object.