Click or drag to resize

AspNetExtensionsAddNLog Method

Overload List
  NameDescription
Public methodStatic memberAddNLog(ILoggingBuilder, LoggingConfiguration)
Enable NLog as logging provider for Microsoft Extension Logging, and explicit load NLog LoggingConfiguration
Public methodStatic memberAddNLog(ILoggingBuilder, FuncIServiceProvider, LogFactory)
Enable NLog as logging provider for Microsoft Extension Logging, and provide isolated LogFactory
Public methodStatic memberAddNLog(ILoggingBuilder, String)
Enable NLog as logging provider for Microsoft Extension Logging, and explicit load NLog.config from path
Public methodStatic memberAddNLog(ILoggingBuilder, LoggingConfiguration, NLogAspNetCoreOptions)
Enable NLog as logging provider for Microsoft Extension Logging, and explicit load NLog LoggingConfiguration
Top
See Also