Skip to content

Commit e36c3b9

Browse files
committed
Added log4j v2 and jboss logging under Others.
Signed-off-by: Thorbjørn Ravn Andersen <thorbjoern@gmail.com>
1 parent ec6e607 commit e36c3b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The command for "building" the site contents is:
1010

1111
mvn install
1212

13-
This copies html files from `src/site/pages/` folder to `target/site` folder, performing variable replacements along the way.
13+
This copies html files from `src/site/pages/` folder to `target/site/` folder, performing variable replacements along the way.
1414

1515
The local version of the website can then 'be navigated at
1616
[target/site/index.html](target/site/index.html)

src/site/pages/templates/left.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ 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>');
27+
document.write(' <p class="menu_header">Others</p>');
2828
document.write(' <a href="https://tinylog.org/v2/download/#slf4j">tinylog</a>');
29+
document.write(' <a href="https://logging.apache.org/log4j/2.x/manual/api-separation.html#Using_Log4j2_as_an_SLF4J_Implementation">Log4j 2</a>');
30+
document.write(' <a href="https://github.com/jboss-logging/jboss-logging#supported-log-managers">JBoss Logging</a>');
2931
document.write(' </p>');
3032

3133

0 commit comments

Comments
 (0)