Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hudson-ci/development/third party libraries/Loggers"

(New page: {{hudson|pageTitle=Libraries: Loggers}} == Loggers == {| width="100%" border="1" cellpadding="1" cellspacing="1" |- ! Library name ! Description ! Where used ! License ! Url ! Cu...)
 
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{hudson|pageTitle=Libraries: Loggers}}
+
{{hudson|pageTitle=Libraries: Loggers}}  
  
 +
<br>
  
 +
= Loggers  =
  
== Loggers  ==
+
PB == Piggyback on existing Eclipse approval
 +
 
 +
CQ == IPZilla Reference
  
 
{| width="100%" border="1" cellpadding="1" cellspacing="1"
 
{| width="100%" border="1" cellpadding="1" cellspacing="1"
Line 13: Line 17:
 
! Url  
 
! Url  
 
! Current version  
 
! Current version  
! The latest available version
+
! The latest available version  
 +
! Distributed?
 +
! PB?
 +
! CQ
 +
! Approved?
 
|-
 
|-
 
| log4j.log4j  
 
| log4j.log4j  
Line 20: Line 28:
 
| [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]  
 
| [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]  
 
| http://logging.apache.org/log4j/  
 
| http://logging.apache.org/log4j/  
| 1.2.12
+
| 1.2.13
| 1.2.12
+
| 1.2.13
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5620 5620]<br>
 +
| Y
 
|-
 
|-
 
| org.slf4j.slf4j-api  
 
| org.slf4j.slf4j-api  
Line 29: Line 41:
 
| http://www.slf4j.org/  
 
| http://www.slf4j.org/  
 
| 1.6.1  
 
| 1.6.1  
| 1.6.2
+
| 1.6.2  
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5563 5563]
 +
| Y
 
|-
 
|-
 
| org.slf4j.jcl-over-slf4j  
 
| org.slf4j.jcl-over-slf4j  
Line 37: Line 53:
 
| http://www.slf4j.org/  
 
| http://www.slf4j.org/  
 
| 1.6.1  
 
| 1.6.1  
| 1.6.2
+
| 1.6.2  
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5564 5564]
 +
| Y
 
|-
 
|-
 
| org.slf4j.slf4j-jdk14  
 
| org.slf4j.slf4j-jdk14  
Line 45: Line 65:
 
| http://www.slf4j.org/  
 
| http://www.slf4j.org/  
 
| 1.6.1  
 
| 1.6.1  
| 1.6.2
+
| 1.6.2  
 +
| Y
 +
| N
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5565 5565]
 +
| Y
 
|-
 
|-
 
| org.slf4j.jul-to-slf4j  
 
| org.slf4j.jul-to-slf4j  
Line 53: Line 77:
 
| http://www.slf4j.org/  
 
| http://www.slf4j.org/  
 
| 1.6.1  
 
| 1.6.1  
| 1.6.2
+
| 1.6.2  
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5546 5546]
 +
| Y
 
|-
 
|-
 
| logkit.logkit  
 
| logkit.logkit  
Line 61: Line 89:
 
|  
 
|  
 
| 1.0.1  
 
| 1.0.1  
| 2.0
+
| 2.0  
 +
| Y
 +
| N
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5566 5566]
 +
| No - try and remove - see CQ and associated bug
 
|-
 
|-
 
| ch.qos.logback.logback-classic  
 
| ch.qos.logback.logback-classic  
Line 69: Line 101:
 
| http://logback.qos.ch/index.html  
 
| http://logback.qos.ch/index.html  
 
| 0.9.28  
 
| 0.9.28  
| 0.9.29
+
| 0.9.29  
 +
| Y
 +
| N
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5567 5567]
 +
| Y
 
|}
 
|}

Latest revision as of 02:58, 9 December 2011

Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Libraries: Loggers












Loggers

PB == Piggyback on existing Eclipse approval

CQ == IPZilla Reference

Library name Description Where used License Url Current version The latest available version Distributed? PB? CQ Approved?
log4j.log4j Inserting log statements into your code is a low-tech method for debugging hudson-core Apache License, Version 2.0 http://logging.apache.org/log4j/ 1.2.13 1.2.13 Y Y 5620
Y
org.slf4j.slf4j-api Simple facade or abstraction for various logging frameworks hudson-inject, hudson-rest, hudson-test-utils, hudson-utils, maven3-eventspy-common MIT License http://www.slf4j.org/ 1.6.1 1.6.2 Y Y 5563 Y
org.slf4j.jcl-over-slf4j JCL 1.1.1 implementation over SLF4J hudson MIT License http://www.slf4j.org/ 1.6.1 1.6.2 Y Y 5564 Y
org.slf4j.slf4j-jdk14 The slf4j JDK14 binding hudson, hudson-war MIT License http://www.slf4j.org/ 1.6.1 1.6.2 Y N 5565 Y
org.slf4j.jul-to-slf4j JUL to SLF4J bridge hudson MIT License http://www.slf4j.org/ 1.6.1 1.6.2 Y Y 5546 Y
logkit.logkit Secure performance-oriented logging in Java server applications hudson-core Apache License, Version 2.0 1.0.1 2.0 Y N 5566 No - try and remove - see CQ and associated bug
ch.qos.logback.logback-classic Logback is intended as a successor to the popular log4j project hudson-inject, maven3-eventspy-3.0 Eclipse Public License v1.0 LGPL 2.1 http://logback.qos.ch/index.html 0.9.28 0.9.29 Y N 5567 Y

Back to the top