HomeSort by relevance Sort by last modified time
    Searched refs:strLogger (Results 1 - 2 of 2) sorted by null

  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 569 Logger strLogger= Logger.getLogger(String.class);
570 strLogger.trace("trace should not appear");
573 strLogger.debug("debug should not appear");
576 strLogger.info("info should not appear");
579 strLogger.warn("warn should appear");
583 strLogger.error("error should appear");
586 strLogger.fatal("fatal should appear");
603 Logger strLogger= Logger.getLogger(String.class);
604 strLogger.trace("trace should appear");
607 strLogger.debug("debug should appear");
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 88 milliseconds