Fatal level logging with an exception.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
void LogFatal( Exception exception, string messageTemplate, params Object[] propertyValues )
Parameters
- exception
- Type: System.Exception
An exception to add to the information logged. Shows stack trace and error message. - messageTemplate
- Type: System.String
Structured logging template.Examples - propertyValues
- Type:System.Object[]
params for each brace'd item in the messageTemplate.
See Also