Package | Description |
---|---|
com.google.gwt.logging.impl | |
java.util.logging |
Modifier and Type | Method and Description |
---|---|
static Logger |
DevModeLoggingFixes.logManagerGetLogger(LogManager manager,
String name)
Replaces all LogManager.getLogger(name) calls, adding a 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.
|
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 |
---|---|
static LogManager |
LogManager.getLogManager() |
Copyright © 2018. All rights reserved.