| java.lang.Object com.google.gwt.dev.util.log.Loggers
Loggers | public class Loggers (Code) | | Utility methods for creating various sorts of loggers.
|
createOptionalGuiTreeLogger | public static TreeLogger createOptionalGuiTreeLogger()(Code) | | Produces either a null logger or, if the property
gwt.useGuiLogger is set, a graphical tree logger. This
method is useful for unit tests, where most of the time you don't want to
log.
|
|
|