Skip to content

Commit b779348

Browse files
committed
Added tinylog as mentioned on https://en.wikipedia.org/wiki/SLF4J
Signed-off-by: Thorbjørn Ravn Andersen <thorbjoern@gmail.com>
1 parent 863e78e commit b779348

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# slf4j-site
22

3-
This repository contains the contents of [https://www.slf4j.org](https://www.slf4j.org) site
3+
This repository contains the contents of [https://www.slf4j.org](https://www.slf4j.org) site.
44

55
# Build instructions
66

77
The site is copied more than built.
88

99
The command for "building" the site contents is:
1010

11-
`mvn install`
11+
mvn install
1212

1313
This copies html files from `src/site/pages/` folder to `target/site` folder, performing variable replacements along the way.
14+
15+
The local version of the website can then 'be navigated at
16+
[target/site/index.html](target/site/index.html)

src/site/pages/templates/left.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ document.write(' <a href="api/org/slf4j/jul/JDK14LoggerAdapter.html">JUL</a>'
2424
document.write(' <a href="api/org/slf4j/log4j12/Log4jLoggerAdapter.html">Log4j</a>');
2525
document.write(' <a href="api/org/slf4j/reload4j/Reload4jLoggerAdapter.html">reload4j</a>');
2626
document.write(' <a href="api/org/slf4j/simple/SimpleLogger.html">Simple</a>');
27+
document.write(' <p class="menu_header">Other backends</p>');
28+
document.write(' <a href="https://tinylog.org/v2/download/#slf4j">tinylog</a>');
2729
document.write(' </p>');
2830

2931

0 commit comments

Comments
 (0)