DataStoreLogger.LogWriter Property
Gets a writer that logs the data-aware operations performed on the tracked data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
TextWriter | A TextWriter object that logs the data-aware operations performed on the tracked data store |
Remarks
This property is initialized in the class constructor.
See Also