BuildParameters.ForwardingLoggers Property

Definition

The collection of forwarding logger descriptions.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::Build::Logging::ForwardingLoggerRecord ^> ^ ForwardingLoggers { System::Collections::Generic::IEnumerable<Microsoft::Build::Logging::ForwardingLoggerRecord ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::Build::Logging::ForwardingLoggerRecord ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> ForwardingLoggers { get; set; }
public System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> ForwardingLoggers { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; set; }
member this.ForwardingLoggers : seq<Microsoft.Build.Logging.ForwardingLoggerRecord> with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ForwardingLoggers : seq<Microsoft.Build.Logging.ForwardingLoggerRecord> with get, set
Public Property ForwardingLoggers As IEnumerable(Of ForwardingLoggerRecord)

Property Value

Returns the collection of forwarding logger descriptions.

Attributes

Applies to