ProjectAnalyzer.

AddBuildLogger(Build.Framework.ILogger) Method

Summary

Adds an MSBuild logger to the build. Note that this may have a large penalty on build performance.
Namespace
Buildalyzer
Containing Type
ProjectAnalyzer

Syntax

public void AddBuildLogger(Build.Framework.ILogger logger)

Remarks

Normally, the minimum required amount of log events are forwarded from the MSBuild process to Buildalyzer. By attaching arbitrary loggers, MSBuild must forward every log event so the logger has a chance to handle it.

Parameters

Name Type Description
logger Build.Framework.ILogger The logger to add.

Return Value

Type Description
void