 | NLogAspNetCoreOptionsDefault Property |
The default options
Namespace:
NLog.Web
Assembly:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntaxpublic static NLogAspNetCoreOptions Default { get; }
Public Shared ReadOnly Property Default As NLogAspNetCoreOptions
Get
Dim value As NLogAspNetCoreOptions
value = NLogAspNetCoreOptions.Default
static member Default : NLogAspNetCoreOptions with get
Property Value
Type:
NLogAspNetCoreOptions
See Also