Release 2.6

This commit is contained in:
2022-03-29 17:53:55 +02:00
parent dfb38dcf5c
commit 255338aa36
44 changed files with 885 additions and 78 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1810,6 +1810,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -4009,6 +4014,11 @@
- Update TemplateXSD.xml for changes outside targets
</remarks>
</member>
<member name="F:NLog.Config.XmlLoggingConfiguration.AssetsPrefix">
<summary>
Prefix for assets in Xamarin Android
</summary>
</member>
<member name="M:NLog.Config.XmlLoggingConfiguration.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:NLog.Config.XmlLoggingConfiguration" /> class.
@@ -4921,12 +4931,24 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12050,6 +12072,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12068,6 +12096,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -12415,6 +12449,27 @@
<member name="M:NLog.LayoutRenderers.ProcessDirLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
<inheritdoc/>
</member>
<member name="T:NLog.LayoutRenderers.ProcessIdLayoutRenderer">
<summary>
The identifier of the current process.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessIdLayoutRenderer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:NLog.LayoutRenderers.ProcessIdLayoutRenderer" /> class.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessIdLayoutRenderer.#ctor(NLog.Internal.Fakeables.IAppEnvironment)">
<summary>
Initializes a new instance of the <see cref="T:NLog.LayoutRenderers.ProcessIdLayoutRenderer" /> class.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessIdLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
<inheritdoc />
</member>
<member name="M:NLog.LayoutRenderers.ProcessIdLayoutRenderer.NLog#Internal#IRawValue#TryGetRawValue(NLog.LogEventInfo,System.Object@)">
<inheritdoc />
</member>
<member name="T:NLog.LayoutRenderers.ProcessInfoLayoutRenderer">
<summary>
The information about the running process.
@@ -12641,6 +12696,34 @@
Working Set Size (64-bit).
</summary>
</member>
<member name="T:NLog.LayoutRenderers.ProcessNameLayoutRenderer">
<summary>
The name of the current process.
</summary>
</member>
<member name="P:NLog.LayoutRenderers.ProcessNameLayoutRenderer.FullName">
<summary>
Gets or sets a value indicating whether to write the full path to the process executable.
</summary>
<docgen category='Rendering Options' order='10' />
</member>
<member name="M:NLog.LayoutRenderers.ProcessNameLayoutRenderer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:NLog.LayoutRenderers.ProcessNameLayoutRenderer" /> class.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessNameLayoutRenderer.#ctor(NLog.Internal.Fakeables.IAppEnvironment)">
<summary>
Initializes a new instance of the <see cref="T:NLog.LayoutRenderers.ProcessNameLayoutRenderer" /> class.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessNameLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
<summary>
Renders the current process name (optionally with a full path).
</summary>
<param name="builder">The <see cref="T:System.Text.StringBuilder"/> to append the rendered data to.</param>
<param name="logEvent">Logging event.</param>
</member>
<member name="T:NLog.LayoutRenderers.ProcessTimeLayoutRenderer">
<summary>
The process time in format HH:mm:ss.mmm.
@@ -14170,12 +14253,24 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -14527,6 +14622,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14539,6 +14640,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -14850,12 +14957,24 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -24117,6 +24236,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
@@ -24141,6 +24266,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.
@@ -24611,6 +24742,10 @@
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeScopeProperties">
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeMdlc">
<inheritdoc/>
<docgen category='Layout Options' order='10' />

Binary file not shown.

View File

@@ -1827,6 +1827,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -4994,12 +4999,24 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12407,6 +12424,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12425,6 +12448,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14767,12 +14796,24 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -15124,6 +15165,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -15136,6 +15183,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -15447,12 +15500,24 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -26328,6 +26393,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
@@ -26352,6 +26423,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.
@@ -26941,6 +27018,10 @@
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeScopeProperties">
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeMdlc">
<inheritdoc/>
<docgen category='Layout Options' order='10' />

Binary file not shown.

View File

@@ -1827,6 +1827,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -4994,12 +4999,24 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12417,6 +12434,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12435,6 +12458,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14784,12 +14813,24 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -15141,6 +15182,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -15153,6 +15200,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -15464,12 +15517,24 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -26511,6 +26576,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
@@ -26535,6 +26606,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.
@@ -27124,6 +27201,10 @@
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeScopeProperties">
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeMdlc">
<inheritdoc/>
<docgen category='Layout Options' order='10' />

Binary file not shown.

View File

@@ -1827,6 +1827,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -5058,12 +5063,24 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12544,6 +12561,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12562,6 +12585,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14911,12 +14940,24 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -15268,6 +15309,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -15280,6 +15327,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -15591,12 +15644,24 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -26711,6 +26776,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
@@ -26735,6 +26806,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.
@@ -27324,6 +27401,10 @@
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeScopeProperties">
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeMdlc">
<inheritdoc/>
<docgen category='Layout Options' order='10' />

Binary file not shown.

View File

@@ -1782,6 +1782,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -4926,12 +4931,24 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -11921,6 +11938,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -11939,6 +11962,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -13862,12 +13891,24 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -14219,6 +14260,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14231,6 +14278,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -14542,12 +14595,24 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -23290,6 +23355,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
@@ -23314,6 +23385,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.
@@ -23764,6 +23841,10 @@
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeScopeProperties">
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeMdlc">
<inheritdoc/>
<docgen category='Layout Options' order='10' />

Binary file not shown.

View File

@@ -1814,6 +1814,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -5012,12 +5017,24 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12189,6 +12206,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12207,6 +12230,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14275,12 +14304,24 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -14632,6 +14673,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14644,6 +14691,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -14955,12 +15008,24 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -24221,6 +24286,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
@@ -24245,6 +24316,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.
@@ -24695,6 +24772,10 @@
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeScopeProperties">
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeMdlc">
<inheritdoc/>
<docgen category='Layout Options' order='10' />

Binary file not shown.

View File

@@ -1827,6 +1827,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -5038,12 +5043,24 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12403,6 +12420,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12421,6 +12444,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14553,12 +14582,24 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -14910,6 +14951,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14922,6 +14969,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -15233,12 +15286,24 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -25009,6 +25074,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
@@ -25033,6 +25104,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.
@@ -25503,6 +25580,10 @@
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeScopeProperties">
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeMdlc">
<inheritdoc/>
<docgen category='Layout Options' order='10' />

Binary file not shown.

View File

@@ -1797,6 +1797,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -4885,6 +4890,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -10030,6 +10041,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -11743,6 +11760,12 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -12094,6 +12117,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -12405,6 +12434,12 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -19646,6 +19681,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.

Binary file not shown.

View File

@@ -1797,6 +1797,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -4885,6 +4890,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -10030,6 +10041,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -11743,6 +11760,12 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -12094,6 +12117,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -12405,6 +12434,12 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -19812,6 +19847,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.

Binary file not shown.

View File

@@ -1797,6 +1797,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -4885,6 +4890,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -10023,6 +10034,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -11713,6 +11730,12 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -12064,6 +12087,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -12375,6 +12404,12 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -18988,6 +19023,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.

Binary file not shown.

View File

@@ -1810,6 +1810,11 @@
Gets the method info.
</summary>
</member>
<member name="P:NLog.Conditions.ConditionMethodExpression.MethodParameters">
<summary>
Gets the method parameters
</summary>
</member>
<member name="M:NLog.Conditions.ConditionMethodExpression.ToString">
<summary>
Returns a string representation of the expression.
@@ -4009,11 +4014,6 @@
- Update TemplateXSD.xml for changes outside targets
</remarks>
</member>
<member name="F:NLog.Config.XmlLoggingConfiguration.AssetsPrefix">
<summary>
Prefix for assets in Xamarin Android
</summary>
</member>
<member name="M:NLog.Config.XmlLoggingConfiguration.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:NLog.Config.XmlLoggingConfiguration" /> class.
@@ -4926,12 +4926,24 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.IIncludeContext.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12055,6 +12067,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -12073,6 +12091,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -12420,27 +12444,6 @@
<member name="M:NLog.LayoutRenderers.ProcessDirLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
<inheritdoc/>
</member>
<member name="T:NLog.LayoutRenderers.ProcessIdLayoutRenderer">
<summary>
The identifier of the current process.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessIdLayoutRenderer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:NLog.LayoutRenderers.ProcessIdLayoutRenderer" /> class.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessIdLayoutRenderer.#ctor(NLog.Internal.Fakeables.IAppEnvironment)">
<summary>
Initializes a new instance of the <see cref="T:NLog.LayoutRenderers.ProcessIdLayoutRenderer" /> class.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessIdLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
<inheritdoc />
</member>
<member name="M:NLog.LayoutRenderers.ProcessIdLayoutRenderer.NLog#Internal#IRawValue#TryGetRawValue(NLog.LogEventInfo,System.Object@)">
<inheritdoc />
</member>
<member name="T:NLog.LayoutRenderers.ProcessInfoLayoutRenderer">
<summary>
The information about the running process.
@@ -12667,34 +12670,6 @@
Working Set Size (64-bit).
</summary>
</member>
<member name="T:NLog.LayoutRenderers.ProcessNameLayoutRenderer">
<summary>
The name of the current process.
</summary>
</member>
<member name="P:NLog.LayoutRenderers.ProcessNameLayoutRenderer.FullName">
<summary>
Gets or sets a value indicating whether to write the full path to the process executable.
</summary>
<docgen category='Rendering Options' order='10' />
</member>
<member name="M:NLog.LayoutRenderers.ProcessNameLayoutRenderer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:NLog.LayoutRenderers.ProcessNameLayoutRenderer" /> class.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessNameLayoutRenderer.#ctor(NLog.Internal.Fakeables.IAppEnvironment)">
<summary>
Initializes a new instance of the <see cref="T:NLog.LayoutRenderers.ProcessNameLayoutRenderer" /> class.
</summary>
</member>
<member name="M:NLog.LayoutRenderers.ProcessNameLayoutRenderer.Append(System.Text.StringBuilder,NLog.LogEventInfo)">
<summary>
Renders the current process name (optionally with a full path).
</summary>
<param name="builder">The <see cref="T:System.Text.StringBuilder"/> to append the rendered data to.</param>
<param name="logEvent">Logging event.</param>
</member>
<member name="T:NLog.LayoutRenderers.ProcessTimeLayoutRenderer">
<summary>
The process time in format HH:mm:ss.mmm.
@@ -14224,12 +14199,24 @@
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as JSON)
</summary>
<docgen category='JSON Output' order='10' />
</member>
<member name="P:NLog.Layouts.JsonLayout.ExcludeEmptyProperties">
<summary>
Gets or sets the option to exclude null/empty properties from the log event (as JSON)
@@ -14581,6 +14568,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log events
@@ -14593,6 +14586,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Layouts.Log4JXmlEventLayout.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
@@ -14904,12 +14903,24 @@
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include contents of the <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary.
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeAllProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log event (as XML)
</summary>
<docgen category='LogEvent Properties XML Options' order='10' />
</member>
<member name="P:NLog.Layouts.XmlElementBase.ExcludeProperties">
<summary>
List of property names to exclude when <see cref="P:NLog.Layouts.XmlElementBase.IncludeAllProperties"/> is true
@@ -24171,6 +24182,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeScopeProperties">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeMdlc">
<summary>
Gets or sets a value indicating whether to include <see cref="T:NLog.MappedDiagnosticsLogicalContext"/> dictionary contents.
@@ -24195,6 +24212,12 @@
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.IncludeEventProperties">
<summary>
Gets or sets the option to include all properties from the log events
</summary>
<docgen category='Payload Options' order='10' />
</member>
<member name="P:NLog.Targets.NLogViewerTarget.NdcItemSeparator">
<summary>
Gets or sets the NDC item separator.
@@ -24665,6 +24688,10 @@
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeScopeProperties">
<inheritdoc/>
<docgen category='Layout Options' order='10' />
</member>
<member name="P:NLog.Targets.TargetWithContext.IncludeMdlc">
<inheritdoc/>
<docgen category='Layout Options' order='10' />