ProjectCollection.RegisterForwardingLoggers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.