LoggerService.Initialize(LoggerService) Method
Initializes the specified LoggerService object.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v24.2.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