Uses of Class
com.google.gwt.core.ext.TreeLogger.HelpInfo
-
Uses of TreeLogger.HelpInfo in com.google.gwt.core.ext
Modifier and TypeMethodDescriptionabstract 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.