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

    Includes the host name in the log.

    Namespace: DevExpress.AspNetCore.Reporting.Logging

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

    NuGet Package: DevExpress.AspNetCore.Reporting

    Declaration

    public bool LogMachineName { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also