Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
Modifier and Type | Method and Description |
---|---|
abstract TreeLogger |
TreeLogger.branch(TreeLogger.Type type,
java.lang.String msg,
java.lang.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,
java.lang.String msg,
java.lang.Throwable caught,
TreeLogger.HelpInfo helpInfo)
Logs a message and/or an exception, with optional help info.
|