Downloads: http://code.google.com/p/gwt-log/downloads/list
Getting Started: http://code.google.com/p/gwt-log/wiki/GettingStarted What's new in gwt-log-3.0.3.jar¶<http://code.google.com/p/gwt-log/wiki/ReleaseNotes#What's_new_in_gwt-log-3.0.3.jar> - Bug Fixes - Fix for issue 32<http://code.google.com/p/gwt-log/issues/detail?id=32> , ConsoleLogger.isSupported() returns false for Internet Explorer 8. Thanks hernidez! - Restore missing stack traces from log messages sent to the server via RemoteLogger. We inadvertently lost them in r436<http://code.google.com/p/gwt-log/source/detail?r=436> (gwt-log 3.0.1) when LogRecords were introduced. Thanks ebatzdor! - New Features - Add Logging of X-Forwarded-For headers for RemoteLogger as suggested in issue 31 <http://code.google.com/p/gwt-log/issues/detail?id=31>. Thanks kmj7777! - Other Changes - Removing legacy com.allen_sauer.gwt.log.gwt-log module in favor of log level specific modules, e.g.com.allen_sauer.gwt.log.gwt-log-DEBUG , com.allen_sauer.gwt.log.gwt-log-WARN, etc. - Change Dev Mode stack trace element determination function from the brittle fixed depth implementation to a more robust search past com.allen_sauer.gwt.log.{client|shared} - Address issue 26<http://code.google.com/p/gwt-log/issues/detail?id=26>, Extract RemoteLogger to separate gwt module. Thanks konstantin.v.pavlov! RemoteLogger is now activated by inheriting a module: <inherits name="com.allen_sauer.gwt.log.gwt-log-RemoteLogger" /> rather than setting a property as had be the case up till now: <set-property name="log_RemoteLogger" value="ENABLED" /> This change means that users who don't need RemoteLogger will no longer have to see message like these: [WARN] Module declares a servlet class 'com.allen_sauer.gwt.log.server.RemoteLoggerServiceImpl', but the web.xml has no corresponding declaration; please add the following lines to your web.xml: <servlet> <servlet-name>remoteLoggerServiceImpl</servlet-name> <servlet-class>com.allen_sauer.gwt.log.server.RemoteLoggerServiceImpl</servlet-class> </servlet> <servlet-mapping> <servlet-name>remoteLoggerServiceImpl</servlet-name> <url-pattern>/yourmodule/gwt-log</url-pattern> </servlet-mapping> -- 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.
