Click or drag to resize

BarcoderLogWarning Method

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

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

Parameters

message
Type: SystemString
Message describing the event.
See Also