"Fossies" - the Fresh Open Source Software Archive 
Member "apache-log4j-2.12.4-src/log4j-couchdb/src/site/markdown/index.md.vm" (20 Dec 2021, 1655 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <!-- vim: set syn=markdown : -->
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 #set($h1='#')
19 #set($h2='##')
20 ## TODO: use properties for dynamic dependency versions
21
22 $h1 CouchDB Appender
23
24 [Apache CouchDB](https://couchdb.apache.org/) is supported through the
25 [LightCouch](http://www.lightcouch.org/) driver.
26
27 ```
28 <dependencyManagement>
29 <dependencies>
30 <dependency>
31 <groupId>org.lightcouch</groupId>
32 <artifactId>lightcouch</artifactId>
33 <version>0.0.6</version>
34 </dependency>
35 </dependencies>
36 </dependencyManagement>
37 <dependencies>
38 <dependency>
39 <groupId>org.lightcouch</groupId>
40 <artifactId>lightcouch</artifactId>
41 </dependency>
42 </dependencies>
43 ```
44
45 $h2 Requirements
46
47 The CouchDB Appender is dependent on the Log4j 2 API and implementation.
48 For more information, see [Runtime Dependencies](../runtime-dependencies.html).