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: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntax
public AspNetTraceTarget()
Remarks
The default value of the layout is:
1${longdate}|${level:uppercase=true}|${logger}|${message}
See Also