 | XmlLoggingConfigurationAppConfig Property |
Gets the default
LoggingConfiguration object by parsing
the application configuration file (
app.exe.config).
Namespace: NLog.ConfigAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic static LoggingConfiguration AppConfig { get; }
Public Shared ReadOnly Property AppConfig As LoggingConfiguration
Get
Property Value
Type:
LoggingConfiguration
See Also