BuildParameters.ForwardingLoggers Property
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.
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