Click or drag to resize

SecurityUtilsLog Method (String)

Adds a message to the security audit log. The message will appear with INFO priority.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void Log(
	string message
)

Parameters

message
Type: SystemString
The mesage.
See Also