Click or drag to resize

LoggingConfiguration Methods

The LoggingConfiguration type exposes the following members.

Methods
  NameDescription
Public methodAddRule(LoggingRule)
Add a rule object.
Public methodAddRule(LogLevel, LogLevel, Target, String)
Add a rule with min- and maxLevel.
Public methodAddRule(LogLevel, LogLevel, String, String)
Add a rule with min- and maxLevel.
Public methodAddRule(LogLevel, LogLevel, Target, String, Boolean)
Add a rule with min- and maxLevel.
Public methodAddRuleForAllLevels(String, String)
Add a rule for all loglevels.
Public methodAddRuleForAllLevels(Target, String)
Add a rule for all loglevels.
Public methodAddRuleForAllLevels(Target, String, Boolean)
Add a rule for all loglevels.
Public methodAddRuleForOneLevel(LogLevel, Target, String)
Add a rule for one loglevel.
Public methodAddRuleForOneLevel(LogLevel, String, String)
Add a rule for one loglevel.
Public methodAddRuleForOneLevel(LogLevel, Target, String, Boolean)
Add a rule for one loglevel.
Public methodAddTarget(Target)
Registers the specified target object. The name of the target is read from Name.
Public methodAddTarget(String, Target)
Registers the specified target object under a given name.
Public methodFindRuleByName
Lookup the logging rule with matching RuleName
Public methodFindTargetByName(String)
Finds the target with the specified name.
Public methodFindTargetByNameTTarget(String)
Finds the target with the specified name and specified type.
Public methodInstall
Installs target-specific objects on current system.
Protected methodOnConfigurationAssigned
Notify the configuration when Configuration has been assigned / unassigned.
Protected methodPrepareForReload
Allow this new configuration to capture state from the old configuration
Public methodReload
Called by LogManager when one of the log configuration files changes.
Public methodRemoveRuleByName
Removes the specified named logging rule with matching RuleName
Public methodRemoveTarget
Removes the specified named target.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodUninstall
Uninstalls target-specific objects from current system.
Top
See Also