Click or drag to resize

SetupExtensionsBuilderExtensionsRegisterConfigSettings Method

Setup the MEL-configuration for the ${configsetting} layoutrenderer

Namespace:  NLog.Extensions.Logging
Assembly:  NLog.Extensions.Logging (in NLog.Extensions.Logging.dll) Version: 6.0.0+b2556d03163fe4c7b4484f0ca757e7ee6f8c5e4e
Syntax
public static ISetupExtensionsBuilder RegisterConfigSettings(
	this ISetupExtensionsBuilder setupBuilder,
	IConfiguration? configuration
)

Parameters

setupBuilder
Type: NLog.ConfigISetupExtensionsBuilder
configuration
Type: IConfiguration

Return Value

Type: ISetupExtensionsBuilder

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISetupExtensionsBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also