Skip to main content
All docs
V23.2

LoggerOptions.Suffix Property

Specifies the string that finalizes a log record.

Namespace: DevExpress.AspNetCore.Reporting.Logging

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public string Suffix { get; set; }

Property Value

Type Description
String

A string that follows the logged information in a single record.

See Also