ILogger.ErrorFormat Method (Exception, IFormatProvider, String,Object[]) |
Logs an error message.
Namespace:
PDTec.IceNet.Core.Runtime
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax void ErrorFormat(
Exception exception,
IFormatProvider formatProvider,
string format,
params Object[] args
)
Parameters
- exception
- Type: System.Exception
The exception to log - formatProvider
- Type: System.IFormatProvider
The format provider to use - format
- Type: System.String
Format string for the message to log - args
- Type:System.Object[]
Format arguments for the message to log
See Also