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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static void Log(
	string message
)

Parameters

message
Type: SystemString
The mesage.
See Also