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.0.0.0 (7.0.6906.26599)
Syntax
C#
public static void Log(
	string message
)

Parameters

message
Type: SystemString
The mesage.
See Also