Click or drag to resize

NLogBufferingTargetWrapperModuleInit Method

Initializes the HttpModule

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntax
public void Init(
	HttpApplication context
)

Parameters

context
Type: System.WebHttpApplication

Implements

IHttpModuleInit(HttpApplication)
See Also