| IBaseStationDatabaseLogFileName Property  | 
            Gets or sets the full path and filename of the log.
            
 
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring LogFileName { get; set; }Property LogFileName As String
	Get
	Set
property String^ LogFileName {
	String^ get ();
	void set (String^ value);
}abstract LogFileName : string with 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