Package com.google.gwt.logging.client
package com.google.gwt.logging.client
Log handlers and related classes for java.util.logging support in GWT.
-
ClassDescriptionA Handler that prints logs to the window.console.An interface for a set of classes which are used to choose the default logging level.Returns Level.ALL as the default level.Returns Level.CONFIG as the default level.Returns Level.FINE as the default level.Returns Level.FINER as the default level.Returns Level.FINEST as the default level.Returns Level.INFO as the default level.Returns Level.SEVERE as the default level.Returns Level.WARNING as the default level.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.A handler which can log to any widget which extends the HasWidgets interface.Formats LogRecords into HTML.A set of functions to convert SerializableLogRecords into JSON strings.Configures client-side logging using the query params and gwt.xml settings.A simple popup to show log messages, which can be resized, minimized, and dragged to a different location.A Handler which does nothing.A handler that logs to
LoggingPopup
.Base class for Logging handlers that send records to the server.A very simple handler which sends messages to the server via GWT RPC to be logged.A Handler that prints logs to System.out or System.err.Formats LogRecords into 2 lines of text.