java.util.logging.See: Description
| Class | Description | 
|---|---|
| NoOpLog | Trivial implementation of  Logthat throws away all messages. | 
| SimpleLog | Deprecated in  spring-jcl(effectively equivalent toNoOpLog) | 
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).