"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/src/site/pdf.xml" (20 Dec 2021, 2828 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "pdf.xml": 2.17.1_vs_2.17.2-rc1.

    1 <?xml version="1.0"?>
    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 -->
   19 <document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
   20           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   21           xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
   22           outputName="log4j-users-guide">
   23 
   24   <meta>
   25     <title>Apache Log4j 2</title>
   26     <author>The Apache Logging Project</author>
   27   </meta>
   28 
   29   <toc name="Table of Contents">
   30     <item name="Introduction" ref="/manual/index.xml"/>
   31     <item name="Architecture" ref="/manual/architecture.xml"/>
   32     <item name="Log4j 1.x Migration" ref="manual/migration.xml"/>
   33     <item name="API" ref="/manual/api.xml"/>
   34     <item name="Configuration" ref="/manual/configuration.xml.vm"/>
   35     <item name="Web Applications and JSPs" ref="/manual/webapp.xml"/>
   36     <item name="Plugins" ref="/manual/plugins.xml"/>
   37     <item name="Lookups" ref="/manual/lookups.xml"/>
   38     <item name="Appenders" ref="/manual/appenders.xml"/>
   39     <item name="Layouts" ref="/manual/layouts.xml.vm"/>
   40     <item name="Filters" ref="/manual/filters.xml"/>
   41     <item name="Async Loggers" ref="/manual/async.xml" />
   42     <item name="Garbage-free Logging" ref="/manual/garbagefree.xml"/>
   43     <item name="JMX" ref="/manual/jmx.xml.vm"/>
   44     <item name="Logging Separation" ref="/manual/logsep.xml"/>
   45     <item name="Extending Log4j" ref="/manual/extending.xml"/>
   46     <item name="Programmatic Log4j Configuration" ref="/manual/customconfig.xml"/>
   47     <item name="Custom Log Levels" ref="/manual/customloglevels.xml.vm" />
   48   </toc>
   49 
   50   <cover>
   51     <coverTitle>${project.name}</coverTitle>
   52     <coverSubTitle>v. ${project.version}</coverSubTitle>
   53     <coverType>User's Guide</coverType>
   54     <projectName>${project.name}</projectName>
   55     <projectLogo>http://logging.apache.org/log4j/2.x/images/logo.jpg</projectLogo>
   56     <companyName>The Apache Software Foundation</companyName>
   57     <companyLogo>http://www.apache.org/images/asf_logo_wide.png</companyLogo>
   58   </cover>
   59 </document>