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

    Specifies the string that starts a log record.

    Namespace: DevExpress.AspNetCore.Reporting.Logging

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

    NuGet Package: DevExpress.AspNetCore.Reporting

    Declaration

    public string Prefix { get; set; }

    Property Value

    Type Description
    String

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

    See Also