Searched refs:getLoggerNames (Results 1 – 8 of 8) sorted by relevance
57 public List<String> getLoggerNames() { in getLoggerNames() method in Logging58 Enumeration<String> loggers = logManager.getLoggerNames(); in getLoggerNames()
75 public java.util.List<String> getLoggerNames() { in getLoggerNames() method in LoggingProxyImpl76 return LogManager.getLoggingMXBean().getLoggerNames(); in getLoggerNames()
58 public java.util.List<String> getLoggerNames(); in getLoggerNames() method
822 synchronized Enumeration<String> getLoggerNames() { in getLoggerNames() method in LogManager.LoggerContext1226 public Enumeration<String> getLoggerNames() { in getLoggerNames() method in LogManager1227 return getUserContext().getLoggerNames(); in getLoggerNames()1326 Enumeration<String> enum_ = cx.getLoggerNames(); in reset()
79 public static java.util.List<String> getLoggerNames() { in getLoggerNames() method in LoggingSupport81 return proxy.getLoggerNames(); in getLoggerNames()
51 public java.util.List<String> getLoggerNames(); in getLoggerNames() method
115 Enumeration<String> enumar = mockManager.getLoggerNames(); in testGetLogger()139 Enumeration<String> enumar2 = mockManager.getLoggerNames(); in testGetLogger_duplicateName()
125 public java.util.Enumeration<java.lang.String> getLoggerNames() { in getLoggerNames() method in LogManager425 synchronized java.util.Enumeration<java.lang.String> getLoggerNames() { in getLoggerNames() method in LogManager.LoggerContext