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);
}
}