LoggerService.Initialize(LoggerService) Method
In This Article
Initializes the specified LoggerService object.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public static void Initialize(
LoggerService loggerInstance
)
#Parameters
Name | Type | Description |
---|---|---|
logger |
Logger |
A Logger |
#Remarks
See the LoggerService class description for more information.
See Also