Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.Build.Logging Namespace

 

Contains types used for logging the progress of a build. For information, see MSBuild.

ClassDescription
System_CAPS_pubclassConfigurableForwardingLogger

Represents a logger that forwards events to a central logger (e.g ConsoleLogger) residing on the parent node.

System_CAPS_pubclassConsoleLogger

Represents the default logger that outputs event data to the console (stdout).

System_CAPS_pubclassDistributedFileLogger

This class creates a text file which will contain the build log for a node.

System_CAPS_pubclassFileLogger

A specialization of the ConsoleLogger that logs to a file instead of the console.

System_CAPS_pubclassForwardingLoggerRecord

Represents a central/forwarding logger pair used in multiprocessor logging.

System_CAPS_pubclassLoggerDescription

Contains information about a logger as a collection of values that can be used to instantiate the logger and can be serialized to be passed between different processes.

DelegateDescription
System_CAPS_pubdelegateColorResetter

Type of delegate used to reset console color.

System_CAPS_pubdelegateColorSetter

Type of delegate used to set console color.

System_CAPS_pubdelegateWriteHandler

Delegate used for writing a string to some location like the console window or the IDE build window.

Return to top
Show: