 | LogFactoryConfiguration Property |
Gets or sets the current logging configuration. After setting this property all
existing loggers will be re-configured, so that there is no need to call
ReconfigExistingLoggers
manually.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic LoggingConfiguration Configuration { get; set; }
Public Property Configuration As LoggingConfiguration
Get
Set
Property Value
Type:
LoggingConfiguration
See Also