แชร์ผ่าน


LoggerEnrichmentOptions Class

Definition

Options for logging enrichment features.

public ref class LoggerEnrichmentOptions
public class LoggerEnrichmentOptions
type LoggerEnrichmentOptions = class
Public Class LoggerEnrichmentOptions
Inheritance
LoggerEnrichmentOptions

Constructors

LoggerEnrichmentOptions()

Properties

CaptureStackTraces

Gets or sets a value indicating whether to include stack traces when an exception is logged.

IncludeExceptionMessage

Gets or sets a value indicating whether to include the exception message when an exception is logged.

MaxStackTraceLength

Gets or sets the maximum stack trace length to emit for a given log record.

UseFileInfoForStackTraces

Gets or sets a value indicating whether to consult debugging files (PDB files) when producing stack traces.

Applies to