Package | Description |
---|---|
com.google.gwt.dev.shell.log | |
com.google.gwt.dev.shell.remoteui | |
com.google.gwt.dev.util.log |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextTreeLogger
Tree logger that logs servlet context information.
|
class |
SwingTreeLogger
Tree logger built on an Swing tree item.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTreeLogger |
SwingTreeLogger.doBranch() |
protected AbstractTreeLogger |
ServletContextTreeLogger.doBranch() |
Modifier and Type | Method and Description |
---|---|
protected void |
SwingTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
protected void |
ServletContextTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
Modifier and Type | Class and Description |
---|---|
class |
ViewerServiceTreeLogger
A tree logger that creates log entries using a ViewerService.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTreeLogger |
ViewerServiceTreeLogger.doBranch()
Creates a new logger for a branch.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ViewerServiceTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
Modifier and Type | Class and Description |
---|---|
class |
PrintWriterTreeLogger
Tree logger that logs to a print writer.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractTreeLogger |
AbstractTreeLogger.parent |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractTreeLogger |
AbstractTreeLogger.doBranch()
Derived classes should override this method to return a branched logger.
|
protected AbstractTreeLogger |
PrintWriterTreeLogger.doBranch() |
AbstractTreeLogger |
AbstractTreeLogger.getParentLogger() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught)
Deprecated.
This method has been deprecated; override
doCommitBranch(AbstractTreeLogger, com.google.gwt.core.ext.TreeLogger.Type, String, Throwable, com.google.gwt.core.ext.TreeLogger.HelpInfo)
instead. |
protected abstract void |
AbstractTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Derived classes should override this method to actually commit the
specified message associated with this the root of this branch.
|
protected void |
PrintWriterTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
Copyright © 2018. All rights reserved.