 | XmlLoggingConfiguration Constructor (TextReader) |
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic XmlLoggingConfiguration(
TextReader xmlSource
)
Public Sub New (
xmlSource As TextReader
)
Dim xmlSource As TextReader
Dim instance As New XmlLoggingConfiguration(xmlSource)
new :
xmlSource : TextReader -> XmlLoggingConfiguration
Parameters
- xmlSource
- Type: System.IOTextReader
Configuration file to be read.
See Also