HomeSort by relevance Sort by last modified time
    Searched defs:fqcn (Results 1 - 6 of 6) sorted by null

  /cts/tools/vm-tests-tf/build/src/util/build/
JUnitTestCollector.java 67 String fqcn = test.getClass().getName(); // e.g. local
71 List<String> li = map.get(fqcn);
75 map.put(fqcn, li);
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
LoggerWrapper.java 47 // fqcn depend on the caller, but its value would not be different
51 final String fqcn; field in class:LoggerWrapper
55 public LoggerWrapper(Logger logger, String fqcn) {
57 this.fqcn = fqcn;
87 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, msg, null, null);
102 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, formattedMessage, new Object[] { arg }, null);
117 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, formattedMessage, new Object[] { arg1, arg2 }, null);
132 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, formattedMessage, args, null);
146 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.TRACE_INT, msg, null, t)
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 

Completed in 326 milliseconds