Click or drag to resize
IBaseStationDatabaseLogFileName Property
Gets or sets the full path and filename of the log.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string LogFileName { get; set; }

Property Value

Type: String
Remarks
This is not used by the application as it has an impact on performance but some plugins may use it to trace database calls. The implementation may leave the file open and locked while the object is alive. Logging may not be supported by all implementations.
See Also