Loads an AnalyzersConfiguration from the XML node for configure the analyzer.

Namespace:  EPiServer.Log.Core
Assembly:  EPiServer.Log.Core (in EPiServer.Log.Core.dll) Version: 6.0.530.0

Syntax

C#
public AnalyzerConfiguration(
	XmlNode node
)

Parameters

node
Type: System.Xml..::.XmlNode
The base node of the analyzers configuration.

See Also