Searched defs:staticLoggerBinderPathSet (Results 1 - 2 of 2) sorted by relevance

/external/slf4j/slf4j-api/src/main/java/org/slf4j/
H A DLoggerFactory.java138 Set<URL> staticLoggerBinderPathSet = findPossibleStaticLoggerBinderPathSet();
139 reportMultipleBindingAmbiguity(staticLoggerBinderPathSet);
143 reportActualBinding(staticLoggerBinderPathSet);
229 Set<URL> staticLoggerBinderPathSet = new LinkedHashSet<URL>();
240 staticLoggerBinderPathSet.add(path);
245 return staticLoggerBinderPathSet;
248 private static boolean isAmbiguousStaticLoggerBinderPathSet(Set<URL> staticLoggerBinderPathSet) { argument
249 return staticLoggerBinderPathSet.size() > 1;
257 private static void reportMultipleBindingAmbiguity(Set<URL> staticLoggerBinderPathSet) { argument
258 if (isAmbiguousStaticLoggerBinderPathSet(staticLoggerBinderPathSet)) {
269 reportActualBinding(Set<URL> staticLoggerBinderPathSet) argument
[all...]
/external/slf4j/integration/lib/
H A Dslf4j-api-1.6.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...

Completed in 68 milliseconds