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 项目中存在三种类型的代码:
可用于每种类型的日志框架:
我想为可能包括日志记录的共享代码编写一次。
有什么解决方案吗?
GWT 2.1 包含java.util.logging 仿真,您可以找到使用它的示例项目。您应该能够在客户端和服务器端运行的共享代码中使用它。