SimpleErrorLogger.Initialize Method

Definition

Overloads

Initialize(IEventSource)

Source:
SimpleErrorLogger.cs
C#
public void Initialize(Microsoft.Build.Framework.IEventSource eventSource);

Parameters

eventSource
IEventSource

Implements

Applies to

MSBuild 17 and MSBuild (.NET Core) 17
Product Versions
MSBuild 17
MSBuild (.NET Core) 17

Initialize(IEventSource, Int32)

Source:
SimpleErrorLogger.cs
C#
public void Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount);

Parameters

eventSource
IEventSource
nodeCount
Int32

Implements

Applies to

MSBuild 17 and MSBuild (.NET Core) 17
Product Versions
MSBuild 17
MSBuild (.NET Core) 17