IEventRedirector.ForwardEvent(BuildEventArgs) Method

Definition

This method is called by the node loggers to forward the events to central logger

public:
 void ForwardEvent(Microsoft::Build::Framework::BuildEventArgs ^ buildEvent);
public void ForwardEvent (Microsoft.Build.Framework.BuildEventArgs buildEvent);
abstract member ForwardEvent : Microsoft.Build.Framework.BuildEventArgs -> unit
Public Sub ForwardEvent (buildEvent As BuildEventArgs)

Parameters

buildEvent
BuildEventArgs

The BuildEventArgs to forward.

Remarks

For more information, see Write multi-processor-aware loggers.

Applies to