PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­Verbosity­ConfigurationFrom­Xml
Open sandboxFocus

LoggingVerbosityConfiguration.FromXml Method

FromXml(XElement)

Sets the verbosities in this instance according to data from an XML file.

Declaration
public void FromXml(XElement element)
Parameters
Type Name Description
System.Xml.Linq.XElement element

A <verbosity> XML element, or null.

Exceptions
Type Condition
ArgumentOutOfRangeException

When an element other than verbosity was given.