My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 29 (2 days ago) by fredsa@google.com
Labels: Featured
ReleaseNotes  
Release notes for gwt-log.

What's brewing in gwt-log trunk

What's new in gwt-log-3.0.1.jar

What's new in gwt-log-3.0.0.jar


What's new in gwt-log-2.6.2.jar


What's new in gwt-log-2.6.1.jar


What's new in gwt-log-2.6.0.jar

replaced:

    logger = Logger.getLogger("gwt-log");
    logger.setUseParentHandlers(false);
    ConsoleHandler consoleHandler = new ConsoleHandler();
    consoleHandler.setLevel(Level.ALL);
    logger.addHandler(consoleHandler);

with:

    logger = Logger.getLogger("gwt-log");
  • Updated code base to use new GWT 1.6 features
    • Listeners -> Handlers
    • Use new war directory structure

What's new in gwt-log-2.5.3.jar


What's new in gwt-log-2.5.2.jar


What's new in gwt-log-2.5.1.jar


What's new in gwt-log-2.5.0.jar


What's new in gwt-log-1.5.6.jar


What's new in gwt-log-1.5.5.jar


What's new in gwt-log-1.5.3.jar


What's new in gwt-log-1.5.2.jar


What's new in gwt-log-1.5.1.jar


What's new in gwt-log-1.4.5.jar

  • Bug Fixes

    • Issue 6 Throwable with null message, e.g. throw new NullPointerException(), would fail to get logged; instead an exception would be logged in the hosted mode tree logger regarding the gwt-log failure. Thanks dwyah!

What's new in gwt-log-1.4.4.jar


What's new in gwt-log-1.4.3.jar


What's new in gwt-log-1.4.1.jar


What's new in gwt-log-1.3.1.jar



Hosted by Google Code