TaskExtension.Log Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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