Package | Description |
---|---|
com.google.gwt.logging.impl | |
java.util | |
java.util.logging |
Modifier and Type | Method and Description |
---|---|
static Enumeration<String> |
DevModeLoggingFixes.logManagerGetLoggerNames(LogManager manager)
Replaces all LogManager.getLoggerNames() calls, deleting the thread specific
prefix which is appended to all logger names in dev mode in order to
maintain a pseudo tree of loggers for each thread.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<E> |
Vector.elements() |
static <T> Enumeration<T> |
Collections.enumeration(Collection<T> c) |
Modifier and Type | Method and Description |
---|---|
static <T> ArrayList<T> |
Collections.list(Enumeration<T> e) |
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
LogManager.getLoggerNames() |
Copyright © 2018. All rights reserved.