Uses of Class
com.microsoft.aad.adal.Logger.LogLevel

Uses of Logger.LogLevel in com.microsoft.aad.adal
 

Methods in com.microsoft.aad.adal that return Logger.LogLevel
 Logger.LogLevel Logger.getLogLevel()
           
static Logger.LogLevel Logger.LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Logger.LogLevel[] Logger.LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.microsoft.aad.adal with parameters of type Logger.LogLevel
 void Logger.ILogger.Log(String tag, String message, String additionalMessage, Logger.LogLevel level, ADALError errorCode)
           
 void Logger.setLogLevel(Logger.LogLevel level)
           
 



Copyright © 2003–2015. All rights reserved.