NUnit3Settings.

TraceLevel Property

Summary

Gets or sets the level of detail at which the runner should write to its internal trace log. Corresponds to the -trace=LEVEL command line argument. If null, no argument will be specified.
Namespace
Cake.Common.Tools.NUnit
Containing Type
NUnit3Settings

Syntax

public NUnitInternalTraceLevel? TraceLevel { get; set; }

Value

Type Description
NUnitInternalTraceLevel? The trace level.