• 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 Documentation</title>
8    <link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
9  </head>
10  <body>
11    <script type="text/javascript">prefix='';</script>
12
13    <script src="templates/header.js" type="text/javascript"></script>
14    <div id="left">
15      <noscript>Please turn on Javascript to view this menu</noscript>
16      <script src="templates/left.js" type="text/javascript"></script>
17    </div>
18    <div id="content">
19
20  <h1>Documentation</h1>
21
22  <p>Given the small size of SLF4J, its documentation is not very
23  lengthy.</p>
24
25  <ul>
26    <li><a href="manual.html">User manual</a></li>
27    <li><a href="faq.html">FAQ</a></li>
28    <li><a href="codes.html">SLF4J error messages</a></li>
29    <li><a href="legacy.html">Bridging legacy APIs</a></li>
30    <li><a href="migrator.html">SLF4J Migrator</a></li>
31    <li><a href="extensions.html">SLF4J extensions</a></li>
32
33    <li><a href="localization.html">Localization/Internalization support</a></li>
34
35    <li><a href="apidocs/index.html">javadocs</a></li>
36    <li>
37    <a href="xref/index.html">sources</a>,
38    <a href="xref-test/index.html">test sources</a>
39    </li>
40  </ul>
41
42
43  <h2>Videos</h2>
44
45  <table>
46    <tr>
47      <td>
48        <a href="http://www.youtube.com/watch?v=tMLEbGJ2z7I&hd=1;"><img style="align:left;" src="images/beginnerSLF4J.png"/></a>
49      </td>
50    </tr>
51  </table>
52
53  <h2>Articles, blogs &amp; presentations</h2>
54
55  <ul>
56
57    <li>
58      <a
59      href="http://jayunit100.blogspot.ch/2013/10/simplifying-distinction-between-sl4j.html">Simplifying
60      the distinction between SL4J and commons logging</a>, by Jay
61      Vyas
62    </li>
63
64    <li>
65      <a
66      href="http://runjva.appspot.com/logging101/index.html">Logging
67      in Java with slf4j</a>, by Thorbj&oslash;rn Ravn Andersen
68    </li>
69
70    <li>
71      <a href="http://eclipsezone.com/articles/franey-logging/?source=archives">Universal
72      Logger Plug-ins for RCP Applications</a>, by John J. Franey
73    </li>
74
75
76    <li><a href="http://blog.frankel.ch/tech/dev/java/thoughts-on-java-logging-and-slf4j">Thoughts on Java logging and SLF4J</a> by Nicolas Frankel
77    </li>
78
79    <li><a href="http://glauche.de/2009/08/24/">Logging with SLF4J and
80    Guice</a>, by Michael Glauche </li>
81
82    <li>
83      <a href="slf4j-in-10-slides.ppt">SLF4J in 10 slides</a>, by Ceki G&uuml;lc&uuml;
84    </li>
85
86    <li><a
87    href="http://parleys.com/play/514892260364bc17fc56be83/chapter0/about">Devoxx-2009
88    video presentation</a>, by Ceki G&#252;lc&#252; </li>
89
90    <li>
91      <a
92       href="http://day-to-day-stuff.blogspot.com/2007/10/announcement-version-99-does-not-exist.html">
93        Version 99 Does Not Exist</a>, by Erik van Oosten
94    </li>
95
96    <li>
97      <a href="http://www.catosplace.net/blogs/personal/?p=442">JUnit
98      4 Test Logging Tips using SLF4J</a>, by Pete Sellars
99    </li>
100
101    <li>
102      <a
103       href="http://tapestryjava.blogspot.com/2007/08/so-long-commons-logging-hello-slf4j.html">So
104       long, commons-logging, hello SLF4J</a>, by Howard Lewis Ship
105    </li>
106
107    <li>
108      <a
109      href="http://bsnyderblog.blogspot.com/2007/08/my-soapbox-for-slf4j.html">My
110      Soapbox for SLF4J</a>, by Bruce Snyder
111    </li>
112
113    <li>
114      <a
115      href="http://blog.springsource.com/2009/12/04/logging-dependencies-in-spring/">Logging
116      Dependencies in Spring </a> by Dave Syer
117    </li>
118
119    <li>
120      <a href="http://baptiste-wicht.developpez.com/tutorials/java/slf4j/">Logging with SLF4J</a>
121      by Baptiste Wicht
122    </li>
123
124    <li>
125      <a href="http://javajing.com/2012/06/08/slf4j.html">Steps to use
126      SLF4J</a> short (8 minute) video
127    </li>
128
129  </ul>
130
131  <h4>In French</h4>
132
133  <ul>
134    <li><a
135    href="http://www.insideit.fr/post/2009/11/23/SLF4J-LOGBack">SLF4J
136    &amp; Logback : simplifiez-vous les logs</a> by Ludovic Meurillon
137    </li>
138
139    <li>
140      <a
141       href="http://baptiste-wicht.developpez.com/tutoriels/java/slf4j/">Journalisation avec SLF4J
142       </a> by Baptiste Wicht
143    </li>
144
145  </ul>
146
147
148  <script src="templates/footer.js" type="text/javascript"></script>
149
150
151</div>
152</body>
153</html>
154