Skip to content

Commit 5c909ce

Browse files
committed
Log4j 2.17.1 preview
1 parent 0af43d2 commit 5c909ce

File tree

11,700 files changed

+1608250
-991211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,700 files changed

+1608250
-991211
lines changed

log4j2-site/api-separation.html

Lines changed: 360 additions & 0 deletions
Large diffs are not rendered by default.

log4j2-site/articles.html

Lines changed: 274 additions & 350 deletions
Large diffs are not rendered by default.

log4j2-site/build.html

Lines changed: 179 additions & 319 deletions
Large diffs are not rendered by default.

log4j2-site/changelog.html

Lines changed: 172 additions & 305 deletions
Large diffs are not rendered by default.

log4j2-site/changes-report.html

Lines changed: 5894 additions & 1010 deletions
Large diffs are not rendered by default.

log4j2-site/css/apache-maven-fluido-1.8.min.css

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

log4j2-site/css/bootstrap.css

Lines changed: 0 additions & 5893 deletions
This file was deleted.

log4j2-site/css/bootstrap.min.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

log4j2-site/css/maven-theme.css

Lines changed: 0 additions & 141 deletions
This file was deleted.

log4j2-site/css/print.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
20+
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
21+
#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}

log4j2-site/css/site.css

Lines changed: 1 addition & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1 @@
1-
/*
2-
Licensed to the Apache Software Foundation (ASF) under one or more
3-
contributor license agreements. See the NOTICE file distributed with
4-
this work for additional information regarding copyright ownership.
5-
The ASF licenses this file to You under the Apache License, Version 2.0
6-
(the "License"); you may not use this file except in compliance with
7-
the License. You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0
10-
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
16-
*/
17-
18-
div.clear { clear:both; visibility: hidden; }
19-
div.clear hr { display: none; }
20-
21-
/* Tweaks to the bootstrap theme
22-
--------------------------------- */
23-
li { line-height: 20px; }
24-
tt { font: 12px Menlo, Monaco, "Courier New", monospace; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 4px; background-color: #f7f7f9; border: 1px solid #e1e1e8; }
25-
tt, code { color: #4e648e }
26-
dt { margin: 15px 0 5px 0; font-size: 1.2em }
27-
28-
.big-red { font-weight: bold; color: #D14 }
29-
.big-green { font-weight: bold; color: green }
30-
31-
.layout-table { width: 100%; }
32-
.sidebar { width: 250px; vertical-align: top; }
33-
.content { padding-left: 20px; vertical-align: top; }
34-
35-
.sidebar-nav { padding: 9px 0; }
36-
37-
.logo-left { margin: 10px; float: left }
38-
.logo-right { margin: 5px; float: right; height: 100px }
39-
40-
.navbar .nav { margin-left: 40px; }
41-
42-
.nav-list { margin-bottom: 15px; }
43-
.nav-list li { line-height: 16px; }
44-
.nav-list li.nav-header { color: #333; }
45-
.nav-list li.nav-header i { margin-right: 5px; }
46-
47-
.nav-list li a { background: no-repeat 16px 9px; padding-left: 34px; }
48-
.nav-list li.collapsed > a { background-image: url(../images/collapsed.gif) }
49-
.nav-list li.expanded > a { background-image: url(../images/expanded.gif) }
50-
51-
.nav-list li.expanded ul { list-style: none; margin-left: 0; }
52-
.nav-list li.expanded li a { display: block; padding: 3px 15px 3px 45px; margin-left: -15px; margin-right: -15px; }
53-
.nav-list li.expanded li a:hover { text-decoration: none; background-color: #eee; }
54-
.nav-list li.expanded li.active a { background-color: #08C; color: white }
55-
56-
.nav.nav-tabs { margin-bottom: 8px; }
57-
58-
.content .section { margin-top: 20px; }
59-
.content .section:first-child { margin-top: 0; }
60-
.section h2 { margin-bottom: 10px; }
61-
.section h3 { margin-bottom: 10px; }
62-
.section h4 { margin-bottom: 10px; }
63-
64-
.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px; text-align: center; border-top: 1px solid #eee; }
65-
.footer p { font-size: 12px; margin: 0 }
66-
67-
.table-not-wide { width: inherit;}
68-
.alert-heading { display: block; font-size: 14px; margin-bottom: 6px; font-weight: bold; }
69-
70-
/* Pretty printing styles. Used with prettify.js.
71-
---------------------------------------------------- */
72-
.com { color: #93a1a1; }
73-
.lit { color: #195f91; }
74-
.pun, .opn, .clo { color: #93a1a1; }
75-
.fun { color: #dc322f; }
76-
.str, .atv { color: #D14; }
77-
.kwd, .linenums .tag { color: #1e347b; }
78-
.typ, .atn, .dec, .var { color: teal; }
79-
.pln { color: #48484c; }
80-
.prettyprint { padding: 8px; background-color: #f7f7f9; border: 1px solid #e1e1e8; }
81-
.prettyprint.linenums {
82-
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
83-
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
84-
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
85-
}
86-
ol.linenums { margin: 0 0 0 33px; }
87-
ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; text-shadow: 0 1px 0 #fff; }
88-
89-
/* Additional styles.
90-
-----------------------*/
91-
92-
/* fixed width font links (e.g., to a JavaDoc page) */
93-
a.javadoc, a.javadoc:hover {
94-
font: 12px Menlo, Monaco, "Courier New", monospace;
95-
}
1+
/* You can override this file with your own styles */

0 commit comments

Comments
 (0)