IAppConfig.LoggingCallback 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.
Callback used for logging. It was set with WithLogging(LogCallback, Nullable<LogLevel>, Nullable<Boolean>, Nullable<Boolean>) See https://aka.ms/msal-net-logging
public Microsoft.Identity.Client.LogCallback LoggingCallback { get; }
member this.LoggingCallback : Microsoft.Identity.Client.LogCallback
Public ReadOnly Property LoggingCallback As LogCallback