Skip to main content
All docs
V23.2

DashboardTelemetry.TraceWarning(Object) Method

Records all notification events since the trace started.

Namespace: DevExpress.DashboardCommon.Diagnostics

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static void TraceWarning(
    object Data
)

Parameters

Name Type Description
Data Object

An object that is used to generate the trace event.

See Also