PostSharp / / API Reference / Post­Sharp.​Patterns.​Diagnostics / Logging­Configuration­Manager / Configure­From­Xml

Method ConfigureFromXml

ConfigureFromXml(LoggingBackend, XDocument, Boolean)

Declaration
public static void ConfigureFromXml([Required] this LoggingBackend backend, [Required] XDocument xml, bool throwing = false)
Parameters
Type Name Description
LoggingBackend backend
XDocument xml
Boolean throwing

ConfigureFromXml(LoggingBackend, XElement, Boolean)

Declaration
public static void ConfigureFromXml([Required] this LoggingBackend backend, [Required] XElement xml, bool throwing = false)
Parameters
Type Name Description
LoggingBackend backend
XElement xml
Boolean throwing