Searched refs:log4jCategory (Results 1 – 2 of 2) sorted by relevance
44 Category log4jCategory = Logger.getLogger("b"); in testBug131() local55 log4jCategory.debug("msg" + (n++)); in testBug131()56 log4jCategory.info("msg" + (n++)); in testBug131()57 log4jCategory.warn("msg" + (n++)); in testBug131()58 log4jCategory.error("msg" + (n++)); in testBug131()59 log4jCategory.fatal("msg" + (n++)); in testBug131()
43 Category log4jCategory = Logger.getLogger("b"); in test() local48 log4jCategory.log(org.apache.log4j.Level.DEBUG, "world" + (++n)); in test()