SecurityUtilsLog Method (String, Object) |
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.2.0.0 (7.2.7583.15464)
Syntax public static void Log(
string format,
params Object[] args
)
Parameters
- format
- Type: SystemString
The message format. - args
- Type: SystemObject
The message arguments.
See Also