You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
The DivLogger rocks (as does gwt-log! :). Though the top of the screen tends to
be quite useful;
the bottom less so.
So I think the default should be for divlogger to appear at the bottom of the
screen by default; then
folks don't have to write any custom code to position the DivLogger at any
special place - it'd just
do the right thing out of the box
Original issue reported on code.google.com by [email protected] on 18 Jun 2008 at 11:38
The text was updated successfully, but these errors were encountered:
The workaround is to attach the DivLogger window programmatically to the
desired
location before the first log statement, e.g.
DivLogger divLogger = Log.getLogger(DivLogger.class).getWidget();
RootPanel.get().add(divLogger, x, y); // could be at the bottom
Original issue reported on code.google.com by
[email protected]
on 18 Jun 2008 at 11:38The text was updated successfully, but these errors were encountered: