Java logging framework: Difference between revisions

Content deleted Content added
copy-edits, rem copyedit tag
Feature comparison: this is certainly a copy/paste error, the java standard logging API _is_ an implementation, not like commons-logging or slf4j that wraps log4j and standard logging.
Line 85:
! [http://java.sun.com/javase/6/docs/technotes/guides/logging/ Java Logging API]
| SEVERE WARNING INFO CONFIG FINE FINER FINEST
| Depends on the underlying framework; Sun's default Java Virtual Machine (JVM) has the following: ConsoleHandler, FileHandler, SocketHandler, MemoryHandler
| Not widely used{{Citation needed|date=August 2009}}
| Comes with the JRE