BB FlashBack SDK: FBVDisk

EnableLogging

Description

Starts logging for this instance of FBVDisk. Its internal code will start to call event handlers on an enabled FBLogs object.
 

Syntax

[C#/C++]
public Bool EnableLogging

[VB.NET]
Public Property EnableLogging As Boolean
 

Remarks

To have the FBVDisk class produce an internal log file for troubleshooting purposes, you will first need to create an instance of FBLogs, and enable logging from that object. See Using the FBLogs class for more details.
 

See also

Using the FBLogs class