Logging provides a way for you to monitor the progress of a build. Logging captures build events, messages, warnings, and errors in a log file.
Describes the various aspects of logging in MSBuild.
Outlines the steps required to create a single-processor logger.
Describes how logging works in a multi-processor environment and the two multi-processor logging models.
Outlines how to create multi-processor-aware loggers and how to use the ConfigurableForwardingLogger.
Outlines how to create custom forwarding loggers.
Contains topics that outline what to consider when you are building on a multi-processor system, for example, building in parallel and using memory efficiently.
Outlines the steps that are required to build projects that target a specific .NET Framework.
Contains links to topics that describe logging, batching, and transforms.