 | ConfigSectionHandlerAppConfig Property |
Gets the default
LoggingConfiguration object by parsing
the application configuration file (
app.exe.config).
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic static LoggingConfiguration AppConfig { get; }
Public Shared ReadOnly Property AppConfig As LoggingConfiguration
Get
Dim value As LoggingConfiguration
value = ConfigSectionHandler.AppConfig
static member AppConfig : LoggingConfiguration with get
Property Value
Type:
LoggingConfiguration
See Also