LoggingConfigurationManager Class |
Configures a LoggingBackend from an XML file.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics.Configuration (in PostSharp.Patterns.Diagnostics.Configuration.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public static class LoggingConfigurationManager
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.
|