Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/log/
DHistoryLogger.java42 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
49 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
60 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
74 private void internalPrintLog(LogLevel logLevel, String message) { in internalPrintLog()
DStdoutLogger.java41 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
50 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
58 public void setLogLevel(LogLevel logLevel) { in setLogLevel()
DFileLogger.java102 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
110 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
118 private void internalPrintLog(LogLevel logLevel, String tag, String message, in internalPrintLog()
159 public void setLogLevel(LogLevel logLevel) { in setLogLevel()
168 public void setLogLevelDisplay(LogLevel logLevel) { in setLogLevelDisplay()
DLogRegistry.java90 public void setGlobalLogDisplayLevel(LogLevel logLevel) { in setGlobalLogDisplayLevel()
162 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
174 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
226 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()
DLogUtil.java47 public static void printLog(LogLevel logLevel, String tag, String message) { in printLog()
58 public static String getLogFormatString(LogLevel logLevel, String tag, String message) { in getLogFormatString()
210 public static void logAndDisplay(LogLevel logLevel, String message) { in logAndDisplay()
222 public static void logAndDisplay(LogLevel logLevel, String format, Object... args) { in logAndDisplay()