ProjectCollection.RegisterForwardingLoggers Method

Definition

Adds some remote loggers to the collection of remote loggers used for builds of projects in this collection. May be null.

public:
 void RegisterForwardingLoggers(System::Collections::Generic::IEnumerable<Microsoft::Build::Logging::ForwardingLoggerRecord ^> ^ remoteLoggers);
public void RegisterForwardingLoggers (System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers);
member this.RegisterForwardingLoggers : seq<Microsoft.Build.Logging.ForwardingLoggerRecord> -> unit
Public Sub RegisterForwardingLoggers (remoteLoggers As IEnumerable(Of ForwardingLoggerRecord))

Parameters

remoteLoggers
IEnumerable<ForwardingLoggerRecord>

The remote loggers to add. May be null.

Applies to