Click or drag to resize

ConfigurationItemFactory Class

Provides registration information for named items (targets, layouts, layout renderers, etc.) Supports creating item-instance from their type-alias, when parsing NLog configuration
Inheritance Hierarchy
SystemObject
  NLog.ConfigConfigurationItemFactory

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public class ConfigurationItemFactory

The ConfigurationItemFactory type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationItemFactory
Initializes a new instance of the ConfigurationItemFactory class.
Top
Properties
  NameDescription
Public propertyAmbientRendererFactory
Gets the ambient property factory.
Public propertyStatic memberDefault
Gets or sets default singleton instance of ConfigurationItemFactory.
Public propertyFilterFactory
Gets the Filter factory.
Public propertyLayoutFactory
Gets the Layout factory.
Public propertyLayoutRendererFactory
Gets the LayoutRenderer factory.
Public propertyParseMessageTemplates
Perform message template parsing and formatting of LogEvent messages (True = Always, False = Never, Null = Auto Detect)
Public propertyTargetFactory
Gets the Target factory.
Public propertyTimeSourceFactory
Gets the TimeSource factory.
Top
Methods
  NameDescription
Public methodClear
Clears the contents of all factories.
Top
See Also