SdkResolverContext.Logger 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.
Logger to log real-time messages back to MSBuild.
public: virtual property Microsoft::Build::Framework::SdkLogger ^ Logger { public:
Microsoft::Build::Framework::SdkLogger ^ get(); protected:
void set(Microsoft::Build::Framework::SdkLogger ^ value); };
public virtual Microsoft.Build.Framework.SdkLogger Logger { get; protected set; }
member this.Logger : Microsoft.Build.Framework.SdkLogger with get, set
Public Overridable Property Logger As SdkLogger