Absolutely configurable. At compile time you can compile your app at one or more levels (i.e. a production version with only ERROR and FATAL logging and debug version with DEBUG, INFO, WARN, ERROR, FATAL but not TRACE). You can also further suppress messages at runtime (although this obviously does not shrink the code). You can use your own logging widget and turn off the gwt-log default loggers if you like.
Fred On Wed, Sep 30, 2009 at 2:10 AM, Syntax <[email protected]> wrote: > > I have written my own simple client side logging for my application > (before discovering gwt-log). > > My application must show client side log messages; they will be shown > in a custom widget. > > Will gwt-log always compile-out on the client side or is this > configurable? > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
