• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml">
5  <head>
6    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7    <title>SLF4J Binary files</title>
8    <link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
9    <link rel="stylesheet" type="text/css" href="css/popup.css" media="screen" />
10  </head>
11  <body onload="">
12    <script type="text/javascript">prefix='';</script>
13
14    <script type="text/javascript" src="templates/header.js" ></script>
15    <div id="left">
16      <noscript>Please turn on Javascript to view this menu</noscript>
17      <script src="templates/left.js" type="text/javascript"></script>
18    </div>
19
20    <div id="popupContents">
21      <h3>Would you like to subscribe to the QOS.CH announcements mailing
22      list?</h3>
23
24
25      <p>The list is reserved for announcements related to QOS.CH
26      projects such as cal10n, logback, mistletoe and SLF4J.</p>
27      <br/>
28      <table width="100%">
29        <tr>
30          <td><a class="popupLink" id="announce">Yes, I'd like to subscribe.</a></td>
31          <td><a class="popupLink" id="popupContentsClose">No, thanks.</a></td>
32        </tr>
33      </table>
34    </div>
35    <div id="backgroundPopup"></div>
36
37
38    <div id="content">
39
40  <h2>Latest official SLF4J distribution</h2>
41
42
43  <p>Download version ${project.version} including <i>full source code</i>,
44  class files and documentation in ZIP or TAR.GZ format: </p>
45
46  <ul>
47    <li><a href="dist/slf4j-${project.version}.tar.gz"><b>slf4j-${project.version}.tar.gz</b></a> </li>
48    <li><a href="dist/slf4j-${project.version}.zip"><b>slf4j-${project.version}.zip</b></a> </li>
49  </ul>
50
51
52  <h3>Previous versions</h3>
53
54  <p>Previous versions of SLF4J can be downloaded from the <a
55  href="dist/">main repository</a>.
56  </p>
57
58  <h3>javadoc downloads</h3>
59
60  <p>For each slf4j module, the corresponding javadoc artifacts can be
61  downloaded from the <a
62  href="http://repo2.maven.org/maven2/org/slf4j/">Maven central
63  repository</a> as <em>javadoc.jar</em> files.
64  </p>
65
66  <h2>Closely related projects</h2>
67
68
69  <ul>
70    <li><a
71    href="http://projects.lidalia.org.uk/sysout-over-slf4j/">sysout-over-slf4j</a>
72    module redirects all calls to System.out and System.err to an
73    SLF4J defined logger with the name of the fully qualified class in
74    which the System.out.println (or similar) call was made, at
75    configurable levels.  </li>
76
77    <li><a href="http://projects.lidalia.org.uk/slf4j-test">SLF4J
78    Test</a> is an SLF4J implementation focused on facilitating easier
79    unit testing of logging code.
80    </li>
81
82    <li><a
83    href="http://projects.lidalia.org.uk/lidalia-slf4j-ext/">Lidalia
84    SLF4J Extensions</a> allows logging at a level determined at runtime
85    rather than compile-time.
86    </li>
87  </ul>
88
89  <h2>Additional SLF4J-related software</h2>
90
91  <ul>
92
93    <li><a href="http://code.google.com/p/jdbcdslog/">jdbcdslog</a> a
94    tracing tool for JDBC, by Andriy Kolyadenko</li>
95
96    <li><a href="http://www.jwaresoftware.org/wiki/log4ant/home">Log4Ant</a>, by JWare Software
97    </li>
98
99    <li><a href="http://code.google.com/p/log4jdbc/">log4jdbc</a>, a
100    JDBC driver which logs SQL information before delegating to an
101    underlying JDBC driver, by Arthur Blake
102    </li>
103
104    <li><a href="http://code.google.com/p/slf4fx/">SLF4Fx</a>, an open
105    source logging suite for Flex, by Dmitry Motylev
106    </li>
107
108    <li><a
109    href="http://svn.codehaus.org/sonar/trunk/sonar-web/src/main/webapp/WEB-INF/lib/slf4j_logger.rb">SLF4J
110    logger for JRuby on Rails</a> and <a
111    href="http://svn.codehaus.org/sonar/trunk/sonar-web/src/main/webapp/WEB-INF/config/environments/production.rb">settings
112    file</a>, by SonarSource </li>
113
114  </ul>
115
116
117  </p>
118
119
120  <script src="templates/footer.js" type="text/javascript"></script>
121</div>
122</body>
123</html>
124