Skip to main content
All docs
V25.1
  • LoggerOptions.Suffix Property

    Specifies the string that finalizes a log record.

    Namespace: DevExpress.AspNetCore.Reporting.Logging

    Assembly: DevExpress.AspNetCore.Reporting.v25.1.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