Click or drag to resize

BarcoderInitializeLogging Method

Initialize events logging from the options of the barcoder.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public void InitializeLogging(
	bool includeConsole = false
)

Parameters

includeConsole (Optional)
Type: SystemBoolean
A flag to indicate whether events should also be logged to the console.
See Also