Hi Fred,

First of all: thanks for this brilliant work.

I am a new comer, and by some simple playing I was able to integrate
gwt-log with my project and see the logs show up in the DivLogger.

The problem is it also covers up the working area of my app. So my
plan is to do the following as mentioned in the "getting started
page":
      1. disable the divlogger through xml, <set-property
name="log_DivLogger" value="DISABLED" />
      2. In my code, add
              Widget divLogger =
Log.getLogger(DivLogger.class).getWidget();
              someWidgetOfYours.add(divLogger);

In your page, it says "OR place it at a fixed location in your
application". Does this mean step 1 is not required?

I checked the source code, looks Log.getLogger simply throws an
exception. The version I looked is 3.0.1.

thanks, Xia Weizhong

-- 
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