Uses of Class
com.google.gwt.core.ext.TreeLogger.HelpInfo
-
Packages that use TreeLogger.HelpInfo Package Description com.google.gwt.core.ext Classes used to extend the GWT compiler. -
-
Uses of TreeLogger.HelpInfo in com.google.gwt.core.ext
Methods in com.google.gwt.core.ext with parameters of type TreeLogger.HelpInfo Modifier and Type Method 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.
-