IBuildLoggingExtension Interface
Extension that can be used to retrieve the IActivityTracking build information node for a particular workflow activity.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Services
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Interface IBuildLoggingExtension
public interface IBuildLoggingExtension
public interface class IBuildLoggingExtension
type IBuildLoggingExtension = interface end
public interface IBuildLoggingExtension
The IBuildLoggingExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetActivityTracking | Returns the IActivityTracking build information node for a given activity context. |
Top
Remarks
This extension is useful for ensuring that other logged information nodes are parented properly.