Table of Contents

Method LogError

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

LogError(StackFrameInfo, string)

Logs an error message with stack frame.

public void LogError(StackFrameInfo stackFrame, string message)

Parameters

stackFrame

The stack frame information

message string

The message to be logged