Opalis Quick Integration Kit 3.0
Sends an error message to the log file generated by the policy.

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#
void 
LogErrorMessage(
	
string 
message
)
Visual Basic (Declaration)
Sub 
LogErrorMessage ( _
	
message 
As 
String _
)
Visual C++
void 
LogErrorMessage(
	
String^ 
message
)

Parameters

message
Type: System . . :: . String
The message to be written to the log file

See Also