DistributedFileLogger Class

Definition

This class will create a text file which will contain the build log for that 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()

Default constructor.

Properties

BuildEventRedirector

Gets or sets the IEventRedirector object used to redirect build events.

NodeId

Gets or sets the identifier of the node which the forwarding logger is attached to.

Parameters

Gets or sets the parameters.

Verbosity

Gets or sets LoggerVerbosity. This is currently hard-coded as Detailed.

Methods

Initialize(IEventSource)

Initializes the logger.

Initialize(IEventSource, Int32)

Initializes the logger.

Shutdown()

Instructs the logger to shut down.

Applies to