TransferContext.LogLevel Property

 

Updated: January 5, 2017

Gets or sets the logging level to be used for the related transfer operation.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

public LogLevel LogLevel { get; set; }

Property Value

Type: Microsoft.WindowsAzure.Storage.LogLevel

A value of type LogLevel that specifies which events are logged for the related transfer operation.

Return to top
Show: