aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/Log.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed log class, replaced with e.printstacktrace() or with ↵Jani Laakso2007-11-151-132/+0
| | | | | | System.err.println(..) svn changeset:2828/svn branch:trunk
* Added com.itmill.toolkit.terminal.web.ApplicationServlet which eases running ↵Jani Laakso2007-10-311-0/+132
Millstone3, Toolkit 4 projects without requiring changes to web.xml BUT prints [WARNING] Compatiblity class in use. Please use com.itmill.toolkit.terminal.gwt.server.ApplicationServlet instead. You probably need to update your web.xml. Moved Log class to better place, opened it as public so whole Toolkit may use it (I consider it's not a major thing if Toolkit users see it aswell) svn changeset:2649/svn branch:trunk