TokenCacheNotificationArgs.IdentityLogger Property

Definition

Identity Logger provided at the time of application creation Via WithLogging(IIdentityLogger, bool)/> Calling the log function will automatically add MSAL formatting to the message. For details see https://aka.ms/msal-net-logging

public Microsoft.IdentityModel.Abstractions.IIdentityLogger IdentityLogger { get; }
member this.IdentityLogger : Microsoft.IdentityModel.Abstractions.IIdentityLogger
Public ReadOnly Property IdentityLogger As IIdentityLogger

Property Value

Applies to