Lines Matching refs:ft

96             FormattingTuple ft = MessageFormatter.format(format, arg);
97 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable());
119 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
120 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable());
140 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray);
141 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable());
195 FormattingTuple ft = MessageFormatter.format(format, arg);
196 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable());
218 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
219 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable());
239 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray);
240 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable());
294 FormattingTuple ft = MessageFormatter.format(format, arg);
295 log(SELF, Level.INFO, ft.getMessage(), ft.getThrowable());
317 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
318 log(SELF, Level.INFO, ft.getMessage(), ft.getThrowable());
338 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray);
339 log(SELF, Level.INFO, ft.getMessage(), ft.getThrowable());
396 FormattingTuple ft = MessageFormatter.format(format, arg);
397 log(SELF, Level.WARNING, ft.getMessage(), ft.getThrowable());
419 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
420 log(SELF, Level.WARNING, ft.getMessage(), ft.getThrowable());
440 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray);
441 log(SELF, Level.WARNING, ft.getMessage(), ft.getThrowable());
497 FormattingTuple ft = MessageFormatter.format(format, arg);
498 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable());
520 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
521 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable());
541 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments);
542 log(SELF, Level.SEVERE, ft.getMessage(), ft.getThrowable());