Skip to content

Commit c23c890

Browse files
committed
restructured examples
1 parent ded9d79 commit c23c890

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

src/site/antora/modules/ROOT/nav.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
* xref:manual/index.adoc[]
2121
** xref:manual/appenders.adoc[]
2222
** xref:manual/configuration.adoc[]
23-
*** xref:manual/examples/examples.adoc[]
24-
**** xref:manual/examples/adonetappender.adoc[]
23+
*** xref:manual/configuration/examples.adoc[]
24+
**** xref:manual/configuration/adonetappender.adoc[]
25+
** xref:manual/examples.adoc[]
2526
** xref:manual/filters.adoc[]
2627
** xref:manual/layouts.adoc[]
2728
* xref:features.adoc[]

src/site/antora/modules/ROOT/pages/manual/configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ When roll-over occurs, the old version of example.log is automatically moved to
231231
Note that to obtain these different logging behaviors we did not need to recompile code.
232232
We could just as easily have logged to an email address or redirected all Animals.Carnivora output to an remote syslog server.
233233
234-
For more examples of configuring appenders using the XmlConfigurator see xref:manual/configuration-examples.adoc[Example Appender Configuration].
234+
For more examples of configuring appenders using the XmlConfigurator see xref:manual/configuration/examples.adoc[Example Appender Configuration].
235235
236236
[#configuration-attributes]
237237
== Configuration Attributes
@@ -565,7 +565,7 @@ The <appender> element supports the following child elements:
565565
566566
|===
567567
568-
For examples of configuring appenders see xref:manual/configuration-examples.adoc[Example Appender Configuration].
568+
For examples of configuring appenders see xref:manual/configuration/examples.adoc[Example Appender Configuration].
569569
570570
[#filters]
571571
=== Filters
File renamed without changes.
File renamed without changes.
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 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+
[#examples]
19+
= Examples
20+
21+
The examples can be found at https://github.com/apache/logging-log4net/tree/master/examples[examples]

0 commit comments

Comments
 (0)