ConfigurableForwardingLogger Class

Definition

Represents the ConfigurableForwardingLogger, a pre-fabricated forwarding logger to be used when building projects on a multi-proc or multi-core system. For more information, see Write multi-processor-aware loggers.

public ref class ConfigurableForwardingLogger : Microsoft::Build::Framework::IForwardingLogger
public class ConfigurableForwardingLogger : Microsoft.Build.Framework.IForwardingLogger
type ConfigurableForwardingLogger = class
    interface IForwardingLogger
    interface INodeLogger
    interface ILogger
Public Class ConfigurableForwardingLogger
Implements IForwardingLogger
Inheritance
ConfigurableForwardingLogger
Implements

Remarks

You can use the provided ConfigurableForwardingLogger, or you can create your own custom forwarding loggers.

Constructors

ConfigurableForwardingLogger()

Initializes a new instance of the ConfigurableForwardingLogger class.

Properties

BuildEventRedirector

Gets or sets whether the build engine allows node loggers to forward messages to the central logger.

NodeId

Gets or sets the unique identifier (Node ID) to which the logger is attached.

Parameters

Gets or sets the parameters for the ConfigurableForwardingLogger.

Verbosity

Gets or sets the level of detail to show in the event log.

Methods

ForwardToCentralLogger(BuildEventArgs)

Forwards the specified event to the central logger.

Initialize(IEventSource)

Enlists the console logger for all build events.

Initialize(IEventSource, Int32)

Enlists the console logger for all build events.

Shutdown()

Closes the configurable forwarding logger.

Applies to