AdalLogger.Log(LogLevel, String) Method
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.
Handle the given ADAL log message
public void Log (Microsoft.Identity.Client.LogLevel level, string message);
member this.Log : Microsoft.Identity.Client.LogLevel * string -> unit
Public Sub Log (level As LogLevel, message As String)
Parameters
- level
- LogLevel
The log level
- message
- String
The log message