| W3CExtendedLogLayoutFields Property |
Gets the array of extended fields to include
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 IList<W3CExtendedLogField> Fields { get; }
Public ReadOnly Property Fields As IList(Of W3CExtendedLogField)
Get
Dim instance As W3CExtendedLogLayout
Dim value As IList(Of W3CExtendedLogField)
value = instance.Fields
member Fields : IList<W3CExtendedLogField> with get
Property Value
Type:
IListW3CExtendedLogFieldSee Also