DryadLinqContextRuntimeTraceLevel Property DryadLINQ documentation
Gets or sets the trace level to use for DryadLINQ Query jobs.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.5.0 (0.1.5.0)
Syntax

public QueryTraceLevel RuntimeTraceLevel { get; set; }

Property Value

Type: QueryTraceLevel
Remarks

The RuntimeTraceLevel affects the logs produced by all components associated with the execution of a DryadLINQ Query job.

The default is QueryTraceLevel.Error

See Also

Reference