Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/log/
DBaseStreamLogger.java49 public void setLogLevel(LogLevel logLevel) { in setLogLevel()
54 public void setLogLevelDisplay(LogLevel logLevel) { in setLogLevelDisplay()
70 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
75 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
84 LogLevel logLevel, String tag, String message, boolean forceStdout) { in internalPrintLog()
DHistoryLogger.java42 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
48 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
59 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
73 private void internalPrintLog(LogLevel logLevel, String message) { in internalPrintLog()
DStdoutLogger.java40 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
49 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
57 public void setLogLevel(LogLevel logLevel) { in setLogLevel()
DLogRegistry.java90 public void setGlobalLogDisplayLevel(LogLevel logLevel) { in setGlobalLogDisplayLevel()
165 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
177 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
229 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
DILogRegistry.java48 public void setGlobalLogDisplayLevel(LogLevel logLevel); in setGlobalLogDisplayLevel()
94 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args); in logEvent()
DILeveledLogOutput.java48 public void setLogLevel(LogLevel logLevel); in setLogLevel()
/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLogUtil.java45 public static void printLog(LogLevel logLevel, String tag, String message) { in printLog()
56 public static String getLogFormatString(LogLevel logLevel, String tag, String message) { in getLogFormatString()
207 public static void logAndDisplay(LogLevel logLevel, String message) { in logAndDisplay()
219 public static void logAndDisplay(LogLevel logLevel, String format, Object... args) { in logAndDisplay()
/tools/tradefederation/core/src/com/android/tradefed/device/
DLocalAndroidVirtualDevice.java287 private static void addLogLevelToAcloudCommand(List<String> command, LogLevel logLevel) { in addLogLevelToAcloudCommand()
329 LogLevel logLevel, in acloudCreate()