Java logging framework: Difference between revisions

Content deleted Content added
M0smith (talk | contribs)
Comparing Features: Added Appenders and Handlers
M0smith (talk | contribs)
Line 56:
|ConsoleHandler, FileHandler, SocketHandler, MemoryHandler
|Depends on the underlying framework
|-
|Standard Formatters
|-
|Popularity
|Widely used in many project and platforms
|few
|many, in conjunction wiht log4j
|-
| Cost/Licence
|Apache License, Version 2.0
|Comes with the JRE
|Apache License, Version 2.0
|-
|Recommendation
|The defacto standard, tried and true.
|The new standard, just not there yet
|Use only if you need an abstraction from the real logging framework.
|-
|}