LoggingVerbosityConfiguration.FromXml Method |
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
public void FromXml( XElement element )
Parameters
- element
- Type: System.Xml.Linq.XElement
A <verbosity> XML element, or null.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When an element other than verbosity was given. |