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: 6.8.6.0 (6.8.6.0)

C#
public void Merge( LoggingOptions overridingOptions )
Parameters
- overridingOptions
- Type: PostSharp.Patterns.Diagnostics.LoggingOptions
Values to be merged into the current object.
