Uses of Class
com.android.ddmlib.Log.LogLevel

Packages that use Log.LogLevel
com.android.ddmlib   
 

Uses of Log.LogLevel in com.android.ddmlib
 

Fields in com.android.ddmlib declared as Log.LogLevel
static Log.LogLevel DdmPreferences.DEFAULT_LOG_LEVEL
          Default value for the logcat Log.LogLevel
 

Methods in com.android.ddmlib that return Log.LogLevel
static Log.LogLevel Log.LogLevel.getByLetter(char letter)
          Returns the Log.LogLevel enum matching the specified letter.
static Log.LogLevel Log.LogLevel.getByLetterString(java.lang.String letter)
          Returns the Log.LogLevel enum matching the specified letter.
static Log.LogLevel Log.LogLevel.getByString(java.lang.String value)
           
static Log.LogLevel DdmPreferences.getLogLevel()
          Returns the minimum Log.LogLevel being displayed.
static Log.LogLevel Log.LogLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Log.LogLevel[] Log.LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.android.ddmlib with parameters of type Log.LogLevel
static java.lang.String Log.getLogFormatString(Log.LogLevel logLevel, java.lang.String tag, java.lang.String message)
          Formats a log message.
static void Log.logAndDisplay(Log.LogLevel logLevel, java.lang.String tag, java.lang.String message)
          Outputs a log message and attempts to display it in a dialog.
 void Log.ILogOutput.printAndPromptLog(Log.LogLevel logLevel, java.lang.String tag, java.lang.String message)
          Sent when a log message needs to be printed, and, if possible, displayed to the user in a dialog box.
static void Log.printLog(Log.LogLevel logLevel, java.lang.String tag, java.lang.String message)
          Prints a log message.
 void Log.ILogOutput.printLog(Log.LogLevel logLevel, java.lang.String tag, java.lang.String message)
          Sent when a log message needs to be printed.
 



Copyright © 2008-2011. All Rights Reserved.