java.util.logging.请参阅: 说明
| 类 | 说明 |
|---|---|
| NoOpLog |
Trivial implementation of
Log that throws away all messages. |
| SimpleLog | 已过时
in
spring-jcl (effectively equivalent to NoOpLog) |
java.util.logging.
This impl package is only present for binary compatibility
with existing Commons Logging usage, e.g. in Commons Configuration.
NoOpLog can be used as a Log fallback instance, and
SimpleLog is not meant to work (issuing a warning when used).