BuildParameters.Loggers Property

Definition

The collection of loggers to use during the build.

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

Property Value

Returns the collection of loggers to use during the build.

Attributes

Applies to