LoggingVerbosityConfiguration.FromXml Method |
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.10.14.0 (6.10.14.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. |