IBuildEngine.LogCustomEvent(CustomBuildEventArgs) Method

Definition

Allows tasks to raise custom events to all registered loggers. The build engine may perform some filtering or pre-processing on the events, before dispatching them.

public:
 void LogCustomEvent(Microsoft::Build::Framework::CustomBuildEventArgs ^ e);
public void LogCustomEvent (Microsoft.Build.Framework.CustomBuildEventArgs e);
abstract member LogCustomEvent : Microsoft.Build.Framework.CustomBuildEventArgs -> unit
Public Sub LogCustomEvent (e As CustomBuildEventArgs)

Parameters

e
CustomBuildEventArgs

Details of event to raise.

Applies to