Package | Description |
---|---|
com.google.gwt.codegen.server |
Classes used by code generation, either on the server or from a GWT
generator.
|
com.google.gwt.logging.client |
Log handlers and related classes for java.util.logging support in GWT.
|
com.google.gwt.logging.impl | |
java.util.logging |
Constructor and Description |
---|
LoggingCodeGenContext(Logger logger) |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
RemoteLogHandlerBase.wireLogger |
Modifier and Type | Method and Description |
---|---|
Logger |
LoggerImplRegular.getParent() |
Logger |
LoggerImpl.getParent() |
Logger |
LoggerImplNull.getParent() |
static Logger |
DevModeLoggingFixes.loggerGetLogger(String name)
Replaces all Logger.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 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.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggerConfigurator.configure(Logger logger)
Configures the passed in logger instance.
|
static String |
DevModeLoggingFixes.getName(Logger logger)
Replaces all logger.getName() calls, removing 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.
|
void |
LoggerImplRegular.setParent(Logger newParent) |
void |
LoggerImpl.setParent(Logger newParent) |
void |
LoggerImplNull.setParent(Logger newParent) |
Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getGlobal() |
static Logger |
Logger.getLogger(String name) |
Logger |
LogManager.getLogger(String name) |
Logger |
Logger.getParent() |
Modifier and Type | Method and Description |
---|---|
boolean |
LogManager.addLogger(Logger logger) |
void |
Logger.setParent(Logger newParent) |
Copyright © 2018. All rights reserved.