This topic has not yet been rated - Rate this topic

Microsoft.Build.Logging Namespace

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

  ClassDescription
Public classConfigurableForwardingLoggerRepresents a logger that forwards events to a central logger (e.g ConsoleLogger) residing on the parent node.
Public classConsoleLoggerRepresents the default logger that outputs event data to the console (stdout).
Public classDistributedFileLoggerThis class creates a text file which will contain the build log for a node.
Public classFileLoggerA specialization of the ConsoleLogger that logs to a file instead of the console.
Public classForwardingLoggerRecordRepresents a central/forwarding logger pair used in multiprocessor logging.
Public classLoggerDescriptionContains 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
Public delegateColorResetterType of delegate used to reset console color.
Public delegateColorSetterType of delegate used to set console color.
Public delegateWriteHandlerDelegate used for writing a string to some location like the console window or the IDE build window.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.