Click or drag to resize

ConfigureExtensionsAddNLog Method (ILoggingBuilder, FuncIServiceProvider, LogFactory)

Enable NLog as logging provider for Microsoft Extension Logging

Namespace:  NLog.Extensions.Logging
Assembly:  NLog.Extensions.Logging (in NLog.Extensions.Logging.dll) Version: 5.0.1+b127d73a8dd3e88e56cba56e4d025fce612bbc63
Syntax
public static ILoggingBuilder AddNLog(
	this ILoggingBuilder builder,
	Func<IServiceProvider, LogFactory> factoryBuilder
)

Parameters

builder
Type: ILoggingBuilder
factoryBuilder
Type: SystemFuncIServiceProvider, LogFactory
Initialize NLog LogFactory with NLog LoggingConfiguration.

Return Value

Type: ILoggingBuilder
ILoggingBuilder for chaining

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILoggingBuilder. 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