Back to Devexpress

LoggerService.Initialize(LoggerService) Method

xtrareports-devexpress-dot-xtrareports-dot-web-dot-clientcontrols-dot-loggerservice-dot-initialize-x28-devexpress-dot-xtrareports-dot-web-dot-clientcontrols-dot-loggerservice-x29.md

latest1.7 KB
Original Source

LoggerService.Initialize(LoggerService) Method

Initializes the specified LoggerService object.

Namespace : DevExpress.XtraReports.Web.ClientControls

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

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public static void Initialize(
    LoggerService loggerInstance
)
vb
Public Shared Sub Initialize(
    loggerInstance As LoggerService
)

Parameters

NameTypeDescription
loggerInstanceLoggerService

A LoggerService object to be initialized.

|

Remarks

See the LoggerService class description for more information.

See Also

LoggerService Class

LoggerService Members

DevExpress.XtraReports.Web.ClientControls Namespace