SecurityUtils.LogCritical 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: 7.2.0.0 (7.2.7583.15464)
Syntax public static void LogCritical(
string format,
params Object[] args
)
Parameters
- format
- Type: System.String
The message format. - args
- Type:System.Object[]
The message arguments.
See Also