 | XmlLoggingConfiguration Constructor (XmlReader, String, Boolean) |
Namespace: NLog.ConfigAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic XmlLoggingConfiguration(
XmlReader reader,
string fileName,
bool ignoreErrors
)
Public Sub New (
reader As XmlReader,
fileName As String,
ignoreErrors As Boolean
)
Parameters
- reader
- Type: System.XmlXmlReader
XmlReader containing the configuration section. - fileName
- Type: SystemString
Name of the file that contains the element (to be used as a base for including other files). - ignoreErrors
- Type: SystemBoolean
Ignore any errors during configuration.
See Also