Click or drag to resize
SecurityUtilsLogCritical Method (String, Object)
Adds a critical message to the security audit log. The message will appear with WARN 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 LogCritical(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
The message format.
args
Type: SystemObject
The message arguments.
See Also