Accusoft BarcodeXpress v9.0
DebugLogFile Property
See Also  Send comments on this topic.
AccusoftBarcodeXpress9 ActiveX DLL > BarcodeXpress Object : DebugLogFile Property

Glossary Item Box

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%\BarcodeXpress9.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

©2013. Accusoft Corporation. All Rights Reserved.