left.js revision a940e127106c5a7e8b729674f37ff54ecbcc548c
1
2document.write('<div class="menuGroup">');
3document.write('  <p class="menu_header">SLF4J Project</p>');
4document.write('    <a href="index.html">Introduction</a>');
5document.write('    <a href="download.html">Download</a>');
6document.write('    <a href="docs.html">Documentation</a>');
7document.write('    <a href="license.html">License</a>');
8document.write('    <a href="news.html">News</a>');
9
10document.write('  <p class="menu_header">Support</p>');
11
12document.write('    <a href="mailing-lists.html">Mailing Lists</a>');
13document.write('    <a href="bug-reporting.html">Bug Reporting</a>');
14document.write('    <a href="https://github.com/qos-ch/slf4j">Source Repository</a>');
15document.write('    <a href="http://www.qos.ch/shop/products/professionalSupport">Support offerings</a>');
16document.write('    <a href="http://www.qos.ch/shop/products/training">Training</a>');
17
18document.write('  <p class="menu_header">Native implementations</p>');
19document.write('    <a href="http://logback.qos.ch/">Logback</a>');
20
21document.write('    <p class="menu_header">Wrapped implementations</p>');
22document.write('    <a href="http://bmc.github.com/avsl/">AVSL</a>');
23document.write('    <a href="api/org/slf4j/impl/JDK14LoggerAdapter.html">JDK14</a>');
24document.write('    <a href="api/org/slf4j/impl/Log4jLoggerAdapter.html">Log4j</a>');
25document.write('    <a href="api/org/slf4j/impl/SimpleLogger.html">Simple</a>');
26document.write('    <a href="api/org/slf4j/impl/AndroidLoggerAdapter.html">Android</a>');
27document.write('  </p>');
28
29document.write('  <p class="menu_header">Sub-projects</p>');
30document.write('    <a href="http://www.slf4j.org/taglib/">slf4j-taglib</a>');
31document.write('  </p>');
32
33document.write('</div>');
34
35document.write('<p>&nbsp;</p>');
36document.write('<div class="jobadd"><p><a href="http://logback.qos.ch/job.html">Your career<br/>@QOS.ch</a></p></div>');
37
38
39document.write('<p>&nbsp;</p>');
40document.write('<p class="pub">');
41document.write('  <a href="https://www.qos.ch/shop/products/log4jManual">');
42document.write('    <img src="images/buyDirect.jpg" border="0" title="" alt="buy direct from the developer"/>');
43document.write('  </a>');
44document.write('</p>');
45
46
47
48