| CommonsLogger | Log that redirects log calls to Jakarta Commons Logging. |
| FileLogger | This logger logs to a file. |
| Log | Main class for the log service. |
| Log4JLogger | Log that redirects log calls to a Log4J Logger. |
| Logger | Base class for logging objects. |
| LoggerBroadcaster | This broadcaster MBean allows to redirect MX4J internal logging to registered JMX listeners. |
| LoggerBroadcaster.LoggerNotifier | |
| MBeanLogger | This logger forwards log requests to an MBean, that must have an operation with signature
public void log(int priority, Object message, Throwable exception);
It's used by the ModelMBean implementation. |