Resin logging names
From CauchoWiki
Resin's logging convention uses the class name to as the java.util.logging name.
| name | meaning |
|---|---|
| com.caucho | all Caucho logging |
| com.caucho.server.port | Port listening and accepts |
| com.caucho.server.cache | proxy caching |
| com.caucho.server.session | sessions |
| com.caucho.server.cluster | clustering and persistent sessions |
| com.caucho.server.webapp | <web-app> support |
| com.caucho.server.host | <host> support |
| com.caucho.server.e_app | .ear file support |
| com.caucho.server.resin | top-level container support, i.e. <resin> and <server> |
| com.caucho.server.http | http protocol support |
| com.caucho.server.security | authentication |
| com.caucho.jca | JCA pooling |
| com.caucho.sql | Database pooling (also see com.caucho.jca) |
| com.caucho.java | Internal compilation |
| com.caucho.jsp | JSP |
| com.caucho.amber | Amber |
| com.caucho.ejb | EJB |
| com.caucho.jmx | JMX |
| com.caucho.loader | Class Loading |
| com.caucho.jms | JMS |
