There are three types of code in a GWT project:
- Client code (GWT client / javascript)
- Server code (servlet container / java)
- Shared code (GWT client & servlet container / javascript & java)
Logging framework usable for each type:
I'd like to have a write once for the shared code that could include logging.
Any solutions out there for this?