Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建 gwt 应用程序并将其部署在 glassfish 上。我使用 java.util.logging 进行日志记录,但它似乎不起作用,因为我在 server.log 中找不到任何日志。我已经放入了.gwt.xml,但它没有帮助。谁能让我知道我应该怎么做才能将日志存储在 server.log 中?非常感谢。
大号
如果您使用的是 GWT 2.4 及更高版本,请参阅 https://developers.google.com/web-toolkit/doc/latest/DevGuideLogging。如果您使用的是较旧的 gwt,则可以使用 gwt-log lib。