gwt-log should only try to attach the DivLogger window if it is not already
attached. So the solution is to simply attach the logger where you'd like it
to be before the first log statement.e.g.
      DivLogger divLogger = Log.getLogger(DivLogger.class).getWidget();
      myPanel.add(divLogger); // where ever it needs to go

Fred

On Wed, Apr 22, 2009 at 12:10 PM, Farrukh Najmi <[email protected]>wrote:

>
>
> Is there a way for me to specify the parent window for the gwt-log
> console?
> I am having trouble using gwt-log with smartgwt which uses a different
> window management mechanism
> than standard GWT. This results in Log.err(...) creating a gwt-log
> window that is behind the rest of my GUI.
> SmartGWT provides a way to place GWT windows inside one of its
> containers and I am wondering if that could be a way to solve my
> problem. Thanks for any advice.
> >
>


-- 
Fred Sauer
Developer Advocate
Google Inc. 1600 Amphitheatre Parkway
Mountain View, CA 94043
[email protected]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-log" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-log?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to