 | W3CExtendedLogField Constructor (String, Layout) |
Namespace:
NLog.Web.Layouts
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntaxpublic W3CExtendedLogField(
string name,
Layout layout
)
Public Sub New (
name As String,
layout As Layout
)
Dim name As String
Dim layout As Layout
Dim instance As New W3CExtendedLogField(name, layout)
new :
name : string *
layout : Layout -> W3CExtendedLogFieldParameters
- name
- Type: SystemString
The name of the column. - layout
- Type: NLog.LayoutsLayout
The layout of the column.
See Also