Common Logging 2.0 API Reference |
|
ILog.FatalFormat(String, Exception, Object) Method
Log a message with the Fatal level.
[Visual Basic]
Public Sub FatalFormat( _
ByVal
format As
String, _
ByVal
exception As
Exception, _
ParamArray
args As
Object _
)
Parameters
-
format
- The format of the message object to log.Format
-
exception
- The exception to log.
-
args
- the list of format arguments
See Also
ILog Interface | Common.Logging Namespace | ILog.FatalFormat Overload List