Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.38 KB

logging-in-msbuild.md

File metadata and controls

43 lines (29 loc) · 1.38 KB
title ms.date ms.topic helpviewer_keywords ms.assetid author ms.author manager ms.workload
Logging in MSBuild | Microsoft Docs
11/04/2016
conceptual
msbuild, logging
9aea2e76-8f60-4234-913d-598e7bbad808
ghogen
ghogen
jillfra
multiple

Logging in MSBuild

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.

In this section

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.

See also