XmlLoggingConfiguration Properties |
The XmlLoggingConfiguration type exposes the following members.
Name | Description | |
---|---|---|
AllTargets |
Gets all targets.
(Inherited from LoggingConfiguration.) | |
AppConfig |
Gets the default LoggingConfiguration object by parsing
the application configuration file (app.exe.config).
| |
AutoReload |
Gets or sets a value indicating whether all of the configuration files
should be watched for changes and reloaded automatically when changed.
| |
ConfiguredNamedTargets |
Gets a collection of named targets specified in the configuration.
(Inherited from LoggingConfiguration.) | |
DefaultCultureInfo |
Gets or sets the default culture info to use as FormatProvider.
(Inherited from LoggingConfiguration.) | |
FileNamesToWatch |
Gets the collection of file names which should be watched for changes by NLog.
This is the list of configuration files processed.
If the autoReload attribute is not set it returns empty collection.
(Overrides LoggingConfigurationFileNamesToWatch.) | |
InitializeSucceeded |
Did the Initialize(XmlReader, String, Boolean) Succeeded? true= success, false= error, null = initialize not started yet.
| |
LogFactory |
Gets the factory that will be configured
(Inherited from LoggingConfiguration.) | |
LoggingRules |
Gets the collection of logging rules.
(Inherited from LoggingConfiguration.) | |
Variables |
Gets the variables defined in the configuration or assigned from API
(Inherited from LoggingConfiguration.) |