Skip to content

Commit 0af43d2

Browse files
committed
Log4j 2.3.1-SNAPSHOT
1 parent bbc2ebe commit 0af43d2

File tree

6,950 files changed

+270073
-1023155
lines changed

Some content is hidden

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

6,950 files changed

+270073
-1023155
lines changed

log4j2-site/articles.html

Lines changed: 125 additions & 302 deletions
Large diffs are not rendered by default.

log4j2-site/build.html

Lines changed: 94 additions & 126 deletions
Large diffs are not rendered by default.

log4j2-site/changelog.html

Lines changed: 81 additions & 127 deletions
Large diffs are not rendered by default.

log4j2-site/changes-report.html

Lines changed: 90 additions & 3917 deletions
Large diffs are not rendered by default.

log4j2-site/css/site.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,3 @@ ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; text-sha
9393
a.javadoc, a.javadoc:hover {
9494
font: 12px Menlo, Monaco, "Courier New", monospace;
9595
}
96-
/* reset code links to same color as normal links */
97-
a.javadoc, a tt, a code {
98-
color: #0088CC;
99-
}
100-
101-
/* add film icons to youtube and vimeo links (.icon-film) */
102-
a[href^='https://www.youtube.com/']::before,
103-
a[href^='https://vimeo.com/']::before {
104-
display: inline-block;
105-
width: 14px;
106-
height: 14px;
107-
margin-top: 1px;
108-
margin-right: .3em;
109-
line-height: 14px;
110-
vertical-align: text-top;
111-
content: '';
112-
/* .icon-film */
113-
background: url("../img/glyphicons-halflings.png") no-repeat -192px 0;
114-
}

log4j2-site/dependencies.html

Lines changed: 272 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,272 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
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, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
<!-- Generated by Apache Maven Doxia at 2021-12-20 -->
19+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
20+
<head>
21+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
22+
<title>Log4j &#x2013; Project Dependencies - Apache Log4j 2</title>
23+
<link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
24+
<link rel="stylesheet" href="./css/site.css" type="text/css" />
25+
<script type="text/javascript" src="./js/jquery.min.js"></script>
26+
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
27+
<script type="text/javascript" src="./js/prettify.min.js"></script>
28+
<script type="text/javascript" src="./js/site.js"></script>
29+
<meta name="Date-Revision-yyyymmdd" content="20211220" />
30+
<meta http-equiv="Content-Language" content="en" />
31+
32+
</head>
33+
<body class="composite">
34+
<img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" />
35+
<img class="logo-right" src="./images/logo.jpg" alt="Apache log4j logo" />
36+
<div class="clear"></div>
37+
38+
<div class="navbar">
39+
<div class="navbar-inner">
40+
<div class="container-fluid">
41+
<a class="brand" href="http://logging.apache.org/log4j/2.x/">Apache Log4j 2 &trade;</a>
42+
<ul class="nav">
43+
<li>
44+
45+
46+
<a href="http://wiki.apache.org/logging" class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
47+
</li>
48+
<li>
49+
50+
51+
<a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a>
52+
</li>
53+
<li>
54+
<a href="../../" title="Logging Services">Logging Services</a>
55+
</li>
56+
<li>
57+
58+
59+
<a href="https://analysis.apache.org/dashboard/index/org.apache.logging.log4j:log4j" class="external" target="_blank" title="Sonar">Sonar</a>
60+
</li>
61+
</ul>
62+
</div>
63+
</div>
64+
</div>
65+
66+
<div class="container-fluid">
67+
<table class="layout-table">
68+
<tr>
69+
<td class="sidebar">
70+
<div class="well sidebar-nav">
71+
<ul class="nav nav-list">
72+
<li class="nav-header"><i class="icon-home"></i>Apache Log4j™ 2</li>
73+
<li class="none">
74+
<a href="index.html" title="About">About</a>
75+
</li>
76+
<li class="none">
77+
<a href="download.html" title="Download">Download</a>
78+
</li>
79+
<li class="none">
80+
<a href="maven-artifacts.html" title="Maven and Ivy">Maven and Ivy</a>
81+
</li>
82+
<li class="none">
83+
<a href="build.html" title="Build">Build</a>
84+
</li>
85+
<li class="none">
86+
<a href="guidelines.html" title="Guidelines">Guidelines</a>
87+
</li>
88+
<li class="none">
89+
<a href="javastyle.html" title="Style Guide">Style Guide</a>
90+
</li>
91+
<li class="none">
92+
<a href="changelog.html" title="Changelog">Changelog</a>
93+
</li>
94+
<li class="collapsed">
95+
<a href="javadoc.html" title="Javadoc">Javadoc</a>
96+
</li>
97+
<li class="none">
98+
<a href="runtime-dependencies.html" title="Runtime Dependencies">Runtime Dependencies</a>
99+
</li>
100+
<li class="none">
101+
<a href="faq.html" title="FAQ">FAQ</a>
102+
</li>
103+
<li class="none">
104+
<a href="articles.html" title="Articles">Articles</a>
105+
</li>
106+
</ul>
107+
<ul class="nav nav-list">
108+
<li class="nav-header"><i class="icon-book"></i>Manual</li>
109+
<li class="none">
110+
<a href="manual/index.html" title="Introduction">Introduction</a>
111+
</li>
112+
<li class="none">
113+
<a href="manual/architecture.html" title="Architecture">Architecture</a>
114+
</li>
115+
<li class="none">
116+
<a href="manual/migration.html" title="Log4j 1.x Migration">Log4j 1.x Migration</a>
117+
</li>
118+
<li class="collapsed">
119+
<a href="manual/api.html" title="API">API</a>
120+
</li>
121+
<li class="collapsed">
122+
<a href="manual/configuration.html" title="Configuration">Configuration</a>
123+
</li>
124+
<li class="collapsed">
125+
<a href="manual/webapp.html" title="Web Applications and JSPs">Web Applications and JSPs</a>
126+
</li>
127+
<li class="collapsed">
128+
<a href="manual/plugins.html" title="Plugins">Plugins</a>
129+
</li>
130+
<li class="collapsed">
131+
<a href="manual/lookups.html" title="Lookups">Lookups</a>
132+
</li>
133+
<li class="collapsed">
134+
<a href="manual/appenders.html" title="Appenders">Appenders</a>
135+
</li>
136+
<li class="collapsed">
137+
<a href="manual/layouts.html" title="Layouts">Layouts</a>
138+
</li>
139+
<li class="collapsed">
140+
<a href="manual/filters.html" title="Filters">Filters</a>
141+
</li>
142+
<li class="collapsed">
143+
<a href="manual/async.html" title="Async Loggers">Async Loggers</a>
144+
</li>
145+
<li class="none">
146+
<a href="manual/jmx.html" title="JMX">JMX</a>
147+
</li>
148+
<li class="none">
149+
<a href="manual/logsep.html" title="Logging Separation">Logging Separation</a>
150+
</li>
151+
<li class="collapsed">
152+
<a href="manual/extending.html" title="Extending Log4j">Extending Log4j</a>
153+
</li>
154+
<li class="collapsed">
155+
<a href="manual/customconfig.html" title="Extending Log4j Configuration">Extending Log4j Configuration</a>
156+
</li>
157+
<li class="collapsed">
158+
<a href="manual/customloglevels.html" title="Custom Log Levels">Custom Log Levels</a>
159+
</li>
160+
</ul>
161+
<ul class="nav nav-list">
162+
<li class="nav-header"><i class="icon-cog"></i>Components</li>
163+
<li class="none">
164+
<a href="log4j-api/index.html" title="API">API</a>
165+
</li>
166+
<li class="none">
167+
<a href="log4j-core/index.html" title="Implementation">Implementation</a>
168+
</li>
169+
<li class="none">
170+
<a href="log4j-jcl/index.html" title="Commons Logging Bridge">Commons Logging Bridge</a>
171+
</li>
172+
<li class="none">
173+
<a href="log4j-1.2-api/index.html" title="Log4j 1.2 API">Log4j 1.2 API</a>
174+
</li>
175+
<li class="none">
176+
<a href="log4j-slf4j-impl/index.html" title="SLF4J Binding">SLF4J Binding</a>
177+
</li>
178+
<li class="none">
179+
<a href="log4j-jul/index.html" title="JUL Adapter">JUL Adapter</a>
180+
</li>
181+
<li class="none">
182+
<a href="log4j-to-slf4j/index.html" title="Log4j 2 to SLF4J Adapter">Log4j 2 to SLF4J Adapter</a>
183+
</li>
184+
<li class="none">
185+
<a href="log4j-flume-ng/index.html" title="Apache Flume Appender">Apache Flume Appender</a>
186+
</li>
187+
<li class="none">
188+
<a href="log4j-taglib/index.html" title="Log4j Tag Library">Log4j Tag Library</a>
189+
</li>
190+
<li class="none">
191+
<a href="log4j-jmx-gui/index.html" title="Log4j JMX GUI">Log4j JMX GUI</a>
192+
</li>
193+
<li class="none">
194+
<a href="log4j-web/index.html" title="Log4j Web Application Support">Log4j Web Application Support</a>
195+
</li>
196+
<li class="none">
197+
<a href="log4j-nosql/index.html" title="Log4j NoSQL support">Log4j NoSQL support</a>
198+
</li>
199+
<li class="none">
200+
<a href="log4j-iostreams/index.html" title="Log4j IO Streams">Log4j IO Streams</a>
201+
</li>
202+
</ul>
203+
<ul class="nav nav-list">
204+
<li class="nav-header"><i class="icon-info-sign"></i>Project Information</li>
205+
<li class="none active">
206+
<a href="dependencies.html" title="Dependencies">Dependencies</a>
207+
</li>
208+
<li class="none">
209+
<a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
210+
</li>
211+
<li class="none">
212+
<a href="dependency-management.html" title="Dependency Management">Dependency Management</a>
213+
</li>
214+
<li class="none">
215+
<a href="team-list.html" title="Project Team">Project Team</a>
216+
</li>
217+
<li class="none">
218+
<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
219+
</li>
220+
<li class="none">
221+
<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
222+
</li>
223+
<li class="none">
224+
<a href="license.html" title="Project License">Project License</a>
225+
</li>
226+
<li class="none">
227+
<a href="source-repository.html" title="Source Repository">Source Repository</a>
228+
</li>
229+
<li class="none">
230+
<a href="project-summary.html" title="Project Summary">Project Summary</a>
231+
</li>
232+
</ul>
233+
<ul class="nav nav-list">
234+
<li class="nav-header"><i class="icon-cog"></i>Project Reports</li>
235+
<li class="none">
236+
<a href="changes-report.html" title="Changes Report">Changes Report</a>
237+
</li>
238+
<li class="none">
239+
<a href="jira-report.html" title="JIRA Report">JIRA Report</a>
240+
</li>
241+
<li class="none">
242+
<a href="surefire-report.html" title="Surefire Report">Surefire Report</a>
243+
</li>
244+
<li class="none">
245+
<a href="rat-report.html" title="RAT Report">RAT Report</a>
246+
</li>
247+
</ul>
248+
</div>
249+
<div id="poweredBy">
250+
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
251+
<img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" />
252+
</a>
253+
</div>
254+
</td>
255+
<td class="content">
256+
<a name="Project_Dependencies"></a>
257+
<div class="section">
258+
<h2><a name="Project_Dependencies"></a>Project Dependencies</h2>
259+
<p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
260+
</td>
261+
</tr>
262+
</table>
263+
</div>
264+
265+
<div class="footer">
266+
<p>Copyright &copy; 1999-2021 <a class="external" href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
267+
<p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p>
268+
<p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
269+
</div>
270+
</div>
271+
</body>
272+
</html>

0 commit comments

Comments
 (0)