Lines Matching refs:ft

128             FormattingTuple ft = MessageFormatter.format(format, arg);
129 logger.log(FQCN, traceCapable ? Level.TRACE : Level.DEBUG, ft.getMessage(), ft.getThrowable());
151 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
152 logger.log(FQCN, traceCapable ? Level.TRACE : Level.DEBUG, ft.getMessage(), ft.getThrowable());
172 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments);
173 logger.log(FQCN, traceCapable ? Level.TRACE : Level.DEBUG, ft.getMessage(), ft.getThrowable());
224 FormattingTuple ft = MessageFormatter.format(format, arg);
225 logger.log(FQCN, Level.DEBUG, ft.getMessage(), ft.getThrowable());
247 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
248 logger.log(FQCN, Level.DEBUG, ft.getMessage(), ft.getThrowable());
267 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments);
268 logger.log(FQCN, Level.DEBUG, ft.getMessage(), ft.getThrowable());
318 FormattingTuple ft = MessageFormatter.format(format, arg);
319 logger.log(FQCN, Level.INFO, ft.getMessage(), ft.getThrowable());
341 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
342 logger.log(FQCN, Level.INFO, ft.getMessage(), ft.getThrowable());
362 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray);
363 logger.log(FQCN, Level.INFO, ft.getMessage(), ft.getThrowable());
415 FormattingTuple ft = MessageFormatter.format(format, arg);
416 logger.log(FQCN, Level.WARN, ft.getMessage(), ft.getThrowable());
438 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
439 logger.log(FQCN, Level.WARN, ft.getMessage(), ft.getThrowable());
459 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray);
460 logger.log(FQCN, Level.WARN, ft.getMessage(), ft.getThrowable());
512 FormattingTuple ft = MessageFormatter.format(format, arg);
513 logger.log(FQCN, Level.ERROR, ft.getMessage(), ft.getThrowable());
535 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
536 logger.log(FQCN, Level.ERROR, ft.getMessage(), ft.getThrowable());
556 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray);
557 logger.log(FQCN, Level.ERROR, ft.getMessage(), ft.getThrowable());