Skip to main content
All docs
V23.2

LoggerOptions.Prefix Property

Specifies the string that starts a log record.

Namespace: DevExpress.AspNetCore.Reporting.Logging

Assembly: DevExpress.AspNetCore.Reporting.v23.2.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