Table of Contents

Method LogRaw

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

LogRaw(string)

Logs a messages with as little processing as possible. For example, the console runner will not attempt to set the color of the text that's being logged. This is most useful when attempting to render text lines that will be processed, like for TeamCity.

void LogRaw(string message)

Parameters

message string

The message to be logged.