java.util.logging
.See: Description
Class | Description |
---|---|
NoOpLog |
Trivial implementation of
Log that throws away all messages. |
SimpleLog | Deprecated
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).