| SecurityUtilsLogCritical Method (String, Object) | 
            Adds a critical message to the security audit log. The message will appear with WARN priority.
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static void LogCritical(
	string format,
	params Object[] args
)
Parameters
- format
 - Type: SystemString
The message format. - args
 - Type: SystemObject
The message arguments. 
See Also