ILoggerFatal Method (String, Exception) |
Logs a fatal message.
Namespace: PDTec.IceNet.Core.RuntimeAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid Fatal(
string message,
Exception exception
)
Parameters
- message
- Type: SystemString
The message to log - exception
- Type: SystemException
The exception to log
See Also