<PackageReference Include="Microsoft.Identity.Client" Version="4.83.0" />

Microsoft.Identity.Client.PlatformsCommon.Interfaces.IPlatformLogger

interface IPlatformLogger
namespace Microsoft.Identity.Client.PlatformsCommon.Interfaces { internal interface IPlatformLogger { void Always(string message); void Error(string message); void Warning(string message); void Verbose(string message); void Information(string message); } }