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

Microsoft.Identity.Client.Internal.Logger.IdentityLoggerAdapter

namespace Microsoft.Identity.Client.Internal.Logger { internal class IdentityLoggerAdapter : ILoggerAdapter { public bool PiiLoggingEnabled { get; } public bool IsDefaultPlatformLoggingEnabled { get; } public string ClientName { get; } public string ClientVersion { get; } public IIdentityLogger IdentityLogger { get; } public static ILoggerAdapter Create(Guid correlationId, ApplicationConfiguration config); public void Log(LogLevel logLevel, string messageWithPii, string messageScrubbed); public bool IsLoggingEnabled(LogLevel logLevel); public DurationLogHelper LogBlockDuration(string measuredBlockName, LogLevel logLevel = LogLevel.Verbose); public DurationLogHelper LogMethodDuration(LogLevel logLevel = LogLevel.Verbose, string methodName = null, string filePath = null); } }