Click or drag to resize

W3CExtendedLogField Constructor (String, Layout)

Initializes a new instance of the W3CExtendedLogField class.

Namespace:  NLog.Web.Layouts
Assemblies:   NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
  NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax
public W3CExtendedLogField(
	string name,
	Layout layout
)

Parameters

name
Type: SystemString
The name of the column.
layout
Type: NLog.LayoutsLayout
The layout of the column.
See Also