Skip to main content
A newer version of this page is available. .

LoggerService.Info(String) Method

Allows you to log server-side events.

Namespace: DevExpress.XtraReports.Web.ClientControls

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

public virtual void Info(
    string message
)

Parameters

Name Type Description
message String

A string that specifies the information message.

Remarks

See the LoggerService class description for more information.

See Also