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

LoggerService.Initialize(LoggerService) Method

Initializes the specified LoggerService object.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

Declaration

public static void Initialize(
    LoggerService loggerInstance
)

Parameters

Name Type Description
loggerInstance LoggerService

A LoggerService object to be initialized.

Remarks

See the LoggerService class description for more information.

See Also