Skip to content

P_CodeJam_PerfTests_Running_Core_AppConfigOptions_TroubleshootingMode

andrewvk edited this page Nov 8, 2016 · 2 revisions

AppConfigOptions.TroubleshootingMode Property

Enables DetailedLogging and AllowDebugBuilds options. Adds the TimingsExporter exporter. Also, the Loggers will be threated as if set to .

Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public bool TroubleshootingMode { get; set; }

VB

Public Property TroubleshootingMode As Boolean
	Get
	Set

F#

member TroubleshootingMode : bool with get, set

Property Value

Type: Boolean
true to enable troubleshooting mode.

See Also

Reference

AppConfigOptions Class
CodeJam.PerfTests.Running.Core Namespace
AppConfigLoggers.Both

Clone this wiki locally