Click or drag to resize

NLogHttpModule Class

ASP.NET HttpModule that enables NLog to hook BeginRequest and EndRequest events easily.
Inheritance Hierarchy
SystemObject
  NLog.WebNLogHttpModule

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax
public class NLogHttpModule : IHttpModule

The NLogHttpModule type exposes the following members.

Constructors
  NameDescription
Public methodNLogHttpModule
Notify the wrapper target that the correct IHttpModule is installed
Top
Methods
  NameDescription
Public methodDispose
Disposes the module.
Public methodInit
Initializes the HttpModule.
Top
Events
  NameDescription
Public eventStatic memberBeginRequest
Event to be raised at the beginning of each HTTP Request.
Public eventStatic memberEndRequest
Event to be raised at the end of each HTTP Request.
Top
See Also