Searched refs:logFormat (Results 1 – 1 of 1) sorted by relevance
70 private static String logFormat(String format, Object... args) { in logFormat() method in LogTag82 Log.d(TAG, logFormat(format, args)); in debug()86 Log.w(TAG, logFormat(format, args)); in warn()90 Log.e(TAG, logFormat(format, args)); in error()