Skip to main content
All docs
V23.2

LoggerOptions.LogTimeStamp Property

Includes the time stamp in the log.

Namespace: DevExpress.AspNetCore.Reporting.Logging

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public bool LogTimeStamp { get; set; }

Property Value

Type Description
Boolean

True to include the current time on the machine on which the server-side application is run; otherwise, false.

See Also