LoggingConfigurationManager Methods |
The LoggingConfigurationManager type exposes the following members.
Name | Description | |
---|---|---|
ConfigureFromXml(LoggingBackend, XDocument, Boolean) |
Configures a LoggingBackend from an XDocument.
| |
ConfigureFromXml(LoggingBackend, XElement, Boolean) |
Configures a LoggingBackend from an XElement.
| |
ConfigureFromXmlAsync |
Configures a LoggingBackend from an XML configuration file whose location is specified in a Uri.
| |
ConfigureFromXmlWithAutoReloadAsync |
Configures a LoggingBackend from an XML configuration file whose location is specified in a Uri
and specifies a TimeSpan at which the file should be refreshed from source.
| |
ResetConfiguration | ||
StopAutoReloadConfigurationAsync |
Stops all auto-refresh configuration set up by ConfigureFromXmlWithAutoReloadAsync(LoggingBackend, Uri, TimeSpan, CancellationToken)
and waits until all pending operations have completed.
|