IBuildEngine.LogErrorEvent(BuildErrorEventArgs) Method

Definition

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

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

Parameters

e
BuildErrorEventArgs

Details of event to raise.

Applies to