Accusoft BarcodeXpress v10.0
DebugLogFile Property
Description
Contains the full path name of the log file.
Property Type
Read-write property
Syntax
Visual Basic
Public Property DebugLogFile As String
Return Type
A string which represents the name and directory of the debug log file.
Remarks

This property allows you to control the location of the debug log file.

Valid value: Any valid filename.

Default value: "%TEMP%\BarcodeXpress10.log"

Note: This property will have no effect if you set the Debug property to false.

Example

...

// Set Debug to true for logging to be performed

bcXpress.DebugLogFile = "C:\logFile.txt";

...

See Also

BarcodeXpress Object  | BarcodeXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback