Home
last modified time | relevance | path

Searched refs:getLogFormatString (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/log/
DFileLoggerTest.java61 String expectedText1 = LogUtil.getLogFormatString(LogLevel.INFO, LOG_TAG, Text1).trim(); in testLogToLogger()
64 LogUtil.getLogFormatString(LogLevel.VERBOSE, LOG_TAG, Text2).trim(); in testLogToLogger()
67 LogUtil.getLogFormatString(LogLevel.ASSERT, LOG_TAG, Text3).trim(); in testLogToLogger()
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogUtil.java48 System.out.print(LogUtil.getLogFormatString(logLevel, tag, message)); in printLog()
58 public static String getLogFormatString(LogLevel logLevel, String tag, String message) { in getLogFormatString() method in LogUtil
DFileLogger.java129 String outMessage = LogUtil.getLogFormatString(logLevel, tag, message); in internalPrintLog()