Click or drag to resize

BarcoderLogError Method (String)

Write a log event with the "Error" logging level.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public static void LogError(
	string message
)

Parameters

message
Type: SystemString
Message describing the event.
See Also