BuildParameters.Loggers 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 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