TaskExtension.Log Property

Definition

Gets an instance of a TaskLoggingHelperExtension class containing task logging methods.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property Microsoft::Build::Utilities::TaskLoggingHelper ^ Log { Microsoft::Build::Utilities::TaskLoggingHelper ^ get(); };
public Microsoft.Build.Utilities.TaskLoggingHelper Log { get; }
public Microsoft.Build.Utilities.TaskLoggingHelper Log { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Log : Microsoft.Build.Utilities.TaskLoggingHelper
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Log : Microsoft.Build.Utilities.TaskLoggingHelper
Public ReadOnly Property Log As TaskLoggingHelper

Property Value

The logging helper object.

Attributes

Applies to