LoggerService.Initialize(LoggerService) Method
Initializes the specified LoggerService object.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| loggerInstance | LoggerService | A LoggerService object to be initialized. |
Remarks
See the LoggerService class description for more information.
See Also