Searched refs:getLogFormatString (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/log/ |
D | FileLoggerTest.java | 61 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/ |
D | LogUtil.java | 48 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
|
D | FileLogger.java | 129 String outMessage = LogUtil.getLogFormatString(logLevel, tag, message); in internalPrintLog()
|