![]() | XmlLoggingConfiguration Methods |
The XmlLoggingConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddRule(LogLevel, LogLevel, Target, String) |
Add a rule with min- and maxLevel.
(Inherited from LoggingConfiguration.) |
![]() | AddRule(LogLevel, LogLevel, String, String) |
Add a rule with min- and maxLevel.
(Inherited from LoggingConfiguration.) |
![]() | AddRuleForAllLevels(String, String) |
Add a rule for alle loglevels.
(Inherited from LoggingConfiguration.) |
![]() | AddRuleForAllLevels(Target, String) |
Add a rule for alle loglevels.
(Inherited from LoggingConfiguration.) |
![]() | AddRuleForOneLevel(LogLevel, Target, String) |
Add a rule for one loglevel.
(Inherited from LoggingConfiguration.) |
![]() | AddRuleForOneLevel(LogLevel, String, String) |
Add a rule for one loglevel.
(Inherited from LoggingConfiguration.) |
![]() | AddTarget(Target) |
Registers the specified target object. The name of the target is read from Name.
(Inherited from LoggingConfiguration.) |
![]() | AddTarget(String, Target) |
Registers the specified target object under a given name.
(Inherited from LoggingConfiguration.) |
![]() | FindTargetByName(String) |
Finds the target with the specified name.
(Inherited from LoggingConfiguration.) |
![]() | Install |
Installs target-specific objects on current system.
(Inherited from LoggingConfiguration.) |
![]() | Reload |
Re-reads the original configuration file and returns the new LoggingConfiguration object.
(Overrides LoggingConfigurationReload.) |
![]() | RemoveTarget |
Removes the specified named target.
(Inherited from LoggingConfiguration.) |
![]() | Uninstall |
Uninstalls target-specific objects from current system.
(Inherited from LoggingConfiguration.) |