Java logging framework: Difference between revisions

Content deleted Content added
Level: tidy
Neilireson (talk | contribs)
Line 91:
| Apache License, Version 2.0
|-
! [http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/ Java Logging API]
| SEVERE WARNING INFO CONFIG FINE FINER FINEST
| Depends on the underlying framework; Default Sun JVM implementation has the following: ConsoleHandler, FileHandler, SocketHandler, MemoryHandler
Line 97:
| Comes with the JRE
|-
! [http://commons.apache.org/logging/ Jakarta Commons Logging]
| FATAL ERROR WARN INFO DEBUG TRACE
| Depends on the underlying framework