Method LogError
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
LogError(IErrorMetadata, string)
Logs an error message to the logger.
protected void LogError(IErrorMetadata errorMetadata, string failureType)
Parameters
errorMetadataThe failure information
failureTypestringThe type of the failure
LogError(IErrorMetadata, string, params object?[])
Logs an error message to the logger.
protected void LogError(IErrorMetadata errorMetadata, string failureTypeFormat, params object?[] args)