 | XmlLoggingConfiguration Constructor (TextReader, String) |
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic XmlLoggingConfiguration(
TextReader xmlSource,
string? filePath
)
Public Sub New (
xmlSource As TextReader,
filePath As String
)
Dim xmlSource As TextReader
Dim filePath As String
Dim instance As New XmlLoggingConfiguration(xmlSource,
filePath)
new :
xmlSource : TextReader *
filePath : string -> XmlLoggingConfiguration
Parameters
- xmlSource
- Type: System.IOTextReader
Configuration file to be read. - filePath
- Type: SystemString
Path to the config-file that contains the element (to be used as a base for including other files). null is allowed.
See Also