Skip to main content
All docs
V24.1

LoggerOptions.LogRequestId Property

Includes the RequestId in the log.

Namespace: DevExpress.AspNetCore.Reporting.Logging

Assembly: DevExpress.AspNetCore.Reporting.v24.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public bool LogRequestId { get; set; }

Property Value

Type Description
Boolean

True to include the RequestId; otherwise, false.

See Also