Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleLogHandler
A Handler that prints logs to the window.console.
|
class |
DevelopmentModeLogHandler
A Handler that prints logs to GWT.log, causing the messages to show up in
the Development Mode tab in Eclipse when running in Development mode.
|
class |
HasWidgetsLogHandler
A handler which can log to any widget which extends the HasWidgets interface.
|
class |
NullLogHandler
A Handler which does nothing.
|
class |
PopupLogHandler
A handler that logs to
LoggingPopup . |
class |
RemoteLogHandlerBase
Base class for Logging handlers that send records to the server.
|
class |
SimpleRemoteLogHandler
A very simple handler which sends messages to the server via GWT RPC to be
logged.
|
class |
SystemLogHandler
A Handler that prints logs to System.out or System.err.
|
Modifier and Type | Method and Description |
---|---|
Handler[] |
LoggerImplRegular.getHandlers() |
Handler[] |
LoggerImpl.getHandlers()
Get the handlers attached to this logger.
|
Handler[] |
LoggerImplNull.getHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
LoggerImplRegular.addHandler(Handler handler) |
void |
LoggerImpl.addHandler(Handler handler) |
void |
LoggerImplNull.addHandler(Handler handler) |
void |
LoggerImplRegular.removeHandler(Handler handler) |
void |
LoggerImpl.removeHandler(Handler handler) |
void |
LoggerImplNull.removeHandler(Handler handler) |
Modifier and Type | Method and Description |
---|---|
Handler[] |
Logger.getHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
Logger.addHandler(Handler handler) |
void |
Logger.removeHandler(Handler handler) |
Copyright © 2018. All rights reserved.