Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.DotNet.MSBuild instead

MSBuildLogger

Abstract MSBuild Logger class.

Constructors

ConstructorDescription
new()
Signature: unit -> MSBuildLogger

Instance members

Instance memberDescription
x.RegisterEvents(arg1)
Signature: IEventSource -> unit
Modifiers: abstract

Abstract function which registers an event listener.