Lines Matching full:logger
20 import org.apache.qetest.Logger;
49 // Use logger.logMsg(...) instead of System.out.println(...) in execute()
50 …logger.logMsg(Logger.STATUSMSG, "Reproducing Bugzilla#5609: Global Variable Initialization across … in execute()
56 logger.logMsg(Logger.STATUSMSG, "About to newTransformer(Bugzilla5609.xsl)"); in execute()
58 logger.logMsg(Logger.STATUSMSG, "About to transform#1 Bugzilla5609.xml into .out"); in execute()
61 fileChecker.check(logger, in execute()
67 … logger.logMsg(Logger.STATUSMSG, "About to transform#2 ParamBugzilla5609a.xml into .out"); in execute()
70 fileChecker.check(logger, in execute()
78 logger.logThrowable(Logger.WARNINGMSG, t, "Bugzilla#5609 threw"); in execute()
79 logger.checkErr("Bugzilla#5609 threw " + t.toString()); in execute()
86 logger.logMsg(Logger.STATUSMSG, "About to newTemplates(Bugzilla5609.xsl)"); in execute()
88 logger.logMsg(Logger.STATUSMSG, "About to Templates.newTransformer()"); in execute()
90 logger.logMsg(Logger.STATUSMSG, "About to transform#1 Bugzilla5609.xml into .out"); in execute()
93 fileChecker.check(logger, in execute()
99 logger.logMsg(Logger.STATUSMSG, "About to transform#2 Bugzilla5609a.xml into .out"); in execute()
102 fileChecker.check(logger, in execute()
110 logger.logThrowable(Logger.WARNINGMSG, t, "Bugzilla#5609 threw"); in execute()
111 logger.checkErr("Bugzilla#5609 threw " + t.toString()); in execute()