Click or drag to resize

XmlLoggingConfiguration Constructor (String, LogFactory)

Initializes a new instance of the XmlLoggingConfiguration class.

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public XmlLoggingConfiguration(
	string fileName,
	LogFactory logFactory
)

Parameters

fileName
Type: SystemString
Path to the config-file to read.
logFactory
Type: NLogLogFactory
The LogFactory to which to apply any applicable configuration values.
See Also