At 06:08 PM 12/12/2010, you wrote:
Have you turned logging on in your .gwt.xml? Or is it compiled out
in production?
this is in my gwt.xml:
<inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG" />
<!-- <set-property name="log_DivLogger" value="DISABLED" /> -->
Have you enabled the DivLogger in your .gwt.xml?
the logger works and is there unless i uncomment the set property.
setting log levels works fine. i just get the null when i: DivLogger
divLogger = Log.getLogger(DivLogger.class);
thanks
On Sun, Dec 12, 2010 at 12:42 AM, Ray Tayek
<<mailto:[email protected]>[email protected]> wrote:
hi, trying to move the logger like it says here:
<http://code.google.com/p/gwt-log/wiki/GettingStarted>http://code.google.com/p/gwt-log/wiki/GettingStarted
when i do a:
DivLogger divLogger = Log.getLogger(DivLogger.class);
this returns a null ...
---
co-chair http://ocjug.org/
--
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.