Click or drag to resize

AspNetTraceTarget Constructor

Initializes a new instance of the TargetWithLayout class.

Namespace:  NLog.Web.Targets
Assembly:  NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public AspNetTraceTarget()
Remarks
The default value of the layout is:
1${longdate}|${level:uppercase=true}|${logger}|${message}
See Also