Home
last modified time | relevance | path

Searched refs:getLoggerNames (Results 1 – 3 of 3) sorted by relevance

/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DSubstituteLoggerFactory.java56 public List<String> getLoggerNames() { in getLoggerNames() method in SubstituteLoggerFactory
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DSubstituteLoggerFactoryTest.java50 Set<String> actualNames = new HashSet<String>(factory.getLoggerNames()); in testLoggerNameList()
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLogManagerTest.java130 Enumeration<String> enumar = mockManager.getLoggerNames(); in testAddGetLogger()
148 Enumeration<String> enumar = mockManager.getLoggerNames(); in testAddGetLogger_duplicateName()