DryadLinqContextRuntimeLoggingLevel Property DryadLINQ documentation
Gets or sets the logging level to use for DryadLINQ Query jobs.

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

public QueryLoggingLevel RuntimeLoggingLevel { get; set; }

Property Value

Type: QueryLoggingLevel
Remarks

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

The default is QueryLoggingLevel.Error

See Also

Reference