![]() | INamedItemFactoryTInstanceType, TDefinitionType Interface |
Note: This API is now obsolete.
Namespace: NLog.Config
[ObsoleteAttribute("Instead use NLog.LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2")] public interface INamedItemFactory<TInstanceType, TDefinitionType> where TInstanceType : class
The INamedItemFactoryTInstanceType, TDefinitionType type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateInstance |
Creates item instance.
|
![]() | RegisterDefinition |
Registers new item definition.
|
![]() | TryCreateInstance |
Tries to create an item instance.
|
![]() | TryGetDefinition |
Tries to get registered item definition.
|