add link to on left menu

This commit is contained in:
Ceki Gulcu 2013-03-27 12:18:30 +01:00
parent 624256e28a
commit a940e12710
5 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2004-2008 QOS.ch
Copyright (c) 2004-2013 QOS.ch
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining

View File

@ -34,6 +34,7 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
<cal10n.version>0.7.4</cal10n.version>
<log4j.version>1.2.17</log4j.version>

View File

@ -1,4 +1,4 @@
Copyright (c) 2004-2007 QOS.ch
Copyright (c) 2004-2013 QOS.ch
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining

View File

@ -32,8 +32,8 @@ import org.slf4j.helpers.MessageFormatter;
/**
* A simple implementation that delegates all log requests to the Google Android
* logging facilities. Note that this logger does not support {@link org.slf4j.Marker}.
* That is, methods taking marker data simply invoke the corresponding method
* without the Marker argument, discarding any marker data passed as argument.
* Methods taking marker data as parameter simply invoke the eponymous method
* without the Marker argument, discarding any marker data in the process.
* <p/>
* The logging levels specified for SLF4J can be almost directly mapped to
* the levels that exist in the Google Android platform. The following table

View File

@ -23,10 +23,10 @@ document.write(' <a href="http://bmc.github.com/avsl/">AVSL</a>');
document.write(' <a href="api/org/slf4j/impl/JDK14LoggerAdapter.html">JDK14</a>');
document.write(' <a href="api/org/slf4j/impl/Log4jLoggerAdapter.html">Log4j</a>');
document.write(' <a href="api/org/slf4j/impl/SimpleLogger.html">Simple</a>');
document.write(' <a href="api/org/slf4j/impl/AndroidLoggerAdapter.html">Android</a>');
document.write(' </p>');
document.write(' <p class="menu_header">Sub-projects</p>');
document.write(' <a href="http://www.slf4j.org/android/">slf4j-android</a>');
document.write(' <a href="http://www.slf4j.org/taglib/">slf4j-taglib</a>');
document.write(' </p>');