| 接口 | 说明 |
|---|---|
| CustomLogFactory |
An extension interface allowing to plug in a custom log provider.
|
| Log |
Simple logging wrapper for log4j or JDK logging.
|
| 类 | 说明 |
|---|---|
| JDKLogImpl |
Logger that delivers messages to a JDK logger
|
| Log4JLogImpl |
Logger that delivers messages to a Log4J logger
|
| LogFactory |
Factory that creates
Log instances. |