Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public TextWriter LogWriter { get; }

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