DistributedFileLogger Class

Definition

Represents a text file that contains the build log for a build node.

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

Constructors

DistributedFileLogger()

Initializes a new instance of the DistributedFileLogger class.

Properties

BuildEventRedirector

Set by the build engine to allow a node loggers to forward messages to the central logger.

NodeId

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

Parameters

Gets or sets the parameters for the DistributedFileLogger.

Verbosity

Gets or sets the level of detail (a LoggerVerbosity value) to display in the build event log.

Methods

Initialize(IEventSource)

Enlists the console logger for all build events.

Initialize(IEventSource, Int32)

Enlists the console logger for all build events.

Shutdown()

Closes the node file logger.

Applies to