Click or drag to resize

XmlLoggingConfiguration Methods

The XmlLoggingConfiguration type exposes the following members.

Methods
  NameDescription
Public methodAddRule(LoggingRule)
Add a rule object.
(Inherited from LoggingConfiguration.)
Public methodAddRule(LogLevel, LogLevel, Target, String)
Add a rule with min- and maxLevel.
(Inherited from LoggingConfiguration.)
Public methodAddRule(LogLevel, LogLevel, String, String)
Add a rule with min- and maxLevel.
(Inherited from LoggingConfiguration.)
Public methodAddRule(LogLevel, LogLevel, Target, String, Boolean)
Add a rule with min- and maxLevel.
(Inherited from LoggingConfiguration.)
Public methodAddRuleForAllLevels(String, String)
Add a rule for all loglevels.
(Inherited from LoggingConfiguration.)
Public methodAddRuleForAllLevels(Target, String)
Add a rule for all loglevels.
(Inherited from LoggingConfiguration.)
Public methodAddRuleForAllLevels(Target, String, Boolean)
Add a rule for all loglevels.
(Inherited from LoggingConfiguration.)
Public methodAddRuleForOneLevel(LogLevel, Target, String)
Add a rule for one loglevel.
(Inherited from LoggingConfiguration.)
Public methodAddRuleForOneLevel(LogLevel, String, String)
Add a rule for one loglevel.
(Inherited from LoggingConfiguration.)
Public methodAddRuleForOneLevel(LogLevel, Target, String, Boolean)
Add a rule for one loglevel.
(Inherited from LoggingConfiguration.)
Public methodAddTarget(Target)
Registers the specified target object. The name of the target is read from Name.
(Inherited from LoggingConfiguration.)
Public methodAddTarget(String, Target)
Registers the specified target object under a given name.
(Inherited from LoggingConfiguration.)
Public methodStatic memberCreateFromXmlString(String)
Parse XML string as NLog configuration
Public methodStatic memberCreateFromXmlString(String, LogFactory)
Parse XML string as NLog configuration
Public methodFindRuleByName
Lookup the logging rule with matching RuleName
(Inherited from LoggingConfiguration.)
Public methodFindTargetByName(String)
Finds the target with the specified name.
(Inherited from LoggingConfiguration.)
Public methodInstall
Installs target-specific objects on current system.
(Inherited from LoggingConfiguration.)
Protected methodLoadConfig
Loads NLog configuration from provided config section
(Inherited from LoggingConfigurationParser.)
Protected methodOnConfigurationAssigned
Notify the configuration when Configuration has been assigned / unassigned.
(Inherited from LoggingConfiguration.)
Protected methodParseNLogSection
Parses a single config section within the NLog-config
(Overrides LoggingConfigurationParserParseNLogSection(ILoggingConfigurationElement).)
Protected methodPrepareForReload
Allow this new configuration to capture state from the old configuration
(Inherited from LoggingConfiguration.)
Public methodReload
Re-reads the original configuration file and returns the new LoggingConfiguration object.
(Overrides LoggingConfigurationReload.)
Public methodRemoveRuleByName
Removes the specified named logging rule with matching RuleName
(Inherited from LoggingConfiguration.)
Public methodRemoveTarget
Removes the specified named target.
(Inherited from LoggingConfiguration.)
Public methodToString
Returns a string that represents the current object.
(Overrides LoggingConfigurationToString.)
Public methodUninstall
Uninstalls target-specific objects from current system.
(Inherited from LoggingConfiguration.)
Top
See Also