Uses of Class
com.google.gwt.libideas.logging.shared.LogHandler

Packages that use LogHandler
com.google.gwt.libideas.logging.client   
com.google.gwt.libideas.logging.shared   
 

Uses of LogHandler in com.google.gwt.libideas.logging.client
 

Subclasses of LogHandler in com.google.gwt.libideas.logging.client
 class ConsoleLogHandler
          Logger which sends output via $wnd.console.log() if $wnd.console.log is a function.
 class DivLogHandler
          Logger which outputs to a draggable floating DIV.
 class FireBugLogHandler
           
 class GWTLogHandler
          Logs messages to the hosted mode development shell logger.
 class PopupWidgetLogHandler
          Shows a widget handler in a popup.
 class RemoteLogHandler
          Handler to publish messages over RPC.
 class SimpleLogHandler
          A very simple log handler meant to display simple messages.
 class TreeLogHandler
          Publishes log messages into a popup tree sorted by category.
 

Uses of LogHandler in com.google.gwt.libideas.logging.shared
 

Subclasses of LogHandler in com.google.gwt.libideas.logging.shared
 class ArrayListLogHandler
          This handler is used primarily for testing purposes.
 class PrintStreamLogHandler
          Handler to print out to the error console.
 

Methods in com.google.gwt.libideas.logging.shared with parameters of type LogHandler
static boolean Log.addLogHandler(LogHandler handler)
          Add a log Handler to receive logging messages.
static void Log.removeLogHandler(LogHandler handler)
          Remove a log Handler.