Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.dev.javac | |
com.google.gwt.dev.shell.log | |
com.google.gwt.dev.shell.remoteui | |
com.google.gwt.dev.util | |
com.google.gwt.dev.util.log |
Modifier and Type | Method and Description |
---|---|
abstract TreeLogger |
TreeLogger.branch(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Produces a branched logger, which can be used to write messages that are
logically grouped together underneath the current logger.
|
abstract void |
TreeLogger.log(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Logs a message and/or an exception, with optional help info.
|
Modifier and Type | Method and Description |
---|---|
TreeLogger.HelpInfo |
GWTProblem.getHelpInfo() |
Modifier and Type | Method and Description |
---|---|
static void |
GWTProblem.recordError(org.eclipse.jdt.internal.compiler.ast.ASTNode node,
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String message,
TreeLogger.HelpInfo helpInfo) |
static void |
GWTProblem.recordError(SourceInfo info,
int startColumn,
org.eclipse.jdt.internal.compiler.CompilationResult compResult,
String message,
TreeLogger.HelpInfo helpInfo) |
static void |
GWTProblem.recordProblem(org.eclipse.jdt.internal.compiler.ast.ASTNode node,
org.eclipse.jdt.internal.compiler.CompilationResult compResult,
String message,
TreeLogger.HelpInfo helpInfo,
int problemSeverity) |
static void |
GWTProblem.recordProblem(SourceInfo info,
int startColumn,
org.eclipse.jdt.internal.compiler.CompilationResult compResult,
String message,
TreeLogger.HelpInfo helpInfo,
int problemSeverity) |
Modifier and Type | Field and Description |
---|---|
TreeLogger.HelpInfo |
SwingTreeLogger.LogEvent.helpInfo
Extra info for this message, or null if none.
|
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) |
protected void |
SwingTreeLogger.doLog(int index,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
protected void |
ServletContextTreeLogger.doLog(int indexOfLogEntryWithinParentLogger,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
Constructor and Description |
---|
LogEvent(SwingTreeLogger logger,
boolean isBranchCommit,
int index,
TreeLogger.Type type,
String message,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Create a log event.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewerServiceClient.addLogBranch(int indexInParent,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo,
int parentLogHandle,
Callback<Integer> callback)
Add an entry that also serves as a log branch.
|
void |
ViewerServiceClient.addLogEntry(int indexInParent,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo,
int logHandle)
Add a log entry.
|
protected void |
ViewerServiceTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
protected void |
ViewerServiceTreeLogger.doLog(int indexOfLogEntry,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
Modifier and Type | Class and Description |
---|---|
class |
InstalledHelpInfo
Help info based on the GWT installation directory.
|
Modifier and Type | Method and Description |
---|---|
TreeLogger |
CompositeTreeLogger.branch(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
TreeLogger |
AbstractTreeLogger.branch(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Implements branching behavior that supports lazy logging for low-priority
branched loggers.
|
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) |
protected abstract void |
AbstractTreeLogger.doLog(int indexOfLogEntryWithinParentLogger,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Derived classes should override this method to actually write a log
message.
|
protected void |
PrintWriterTreeLogger.doLog(int indexOfLogEntryWithinParentLogger,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
void |
CompositeTreeLogger.log(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
void |
AbstractTreeLogger.log(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Immediately logs or ignores the specified messages, based on the specified
message type and this logger's settings.
|
Copyright © 2018. All rights reserved.