Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 6 of 6) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DLog.java126 public void printLog(LogLevel logLevel, String tag, String message); in printLog()
135 public void printAndPromptLog(LogLevel logLevel, String tag, String message); in printAndPromptLog()
211 public static void logAndDisplay(LogLevel logLevel, String tag, String message) { in logAndDisplay()
234 static void setLevel(LogLevel logLevel) { in setLevel()
325 private static void println(LogLevel logLevel, String tag, String message) { in println()
341 public static void printLog(LogLevel logLevel, String tag, String message) { in printLog()
351 public static String getLogFormatString(LogLevel logLevel, String tag, String message) { in getLogFormatString()
/sdk/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRunnerOptions.java36 private final Level logLevel; field in MonkeyRunnerOptions
39 Level logLevel, Collection<File> plugins, Collection<String> arguments) { in MonkeyRunnerOptions()
101 Level logLevel = Level.SEVERE; in processOptions() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogCatMessage.java39 public LogCatMessage(LogLevel logLevel, String pid, String tid, String appName, in LogCatMessage()
DEditFilterDialog.java329 private int getComboIndex(int logLevel) { in getComboIndex()
DLogCatFilter.java78 LogLevel logLevel) { in LogCatFilter()
DLogPanel.java177 public LogLevel logLevel; field in LogPanel.LogMessageInfo