"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/src/site/site.xml" (20 Dec 2021, 20616 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 "site.xml": 2.19.0_vs_2.20.0.

    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 <project name="Log4j"
   19          xmlns="http://maven.apache.org/DECORATION/1.4.0"
   20          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   21          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd">
   22   <body>
   23     <links>
   24       <item name="Logging Wiki" href="https://cwiki.apache.org/confluence/display/LOGGING/Log4j"/>
   25       <item name="Apache" href="https://www.apache.org/"/>
   26       <item name="Logging Services" href="https://logging.apache.org/"/>
   27       <item name="Sonar" href="https://analysis.apache.org/dashboard/index/org.apache.logging.log4j:log4j"/>
   28       <item name="GitHub" href="https://github.com/apache/logging-log4j2"/>
   29     </links>
   30 
   31     <menu name="Apache Log4j™ 2" inherit="top" img="icon-home">
   32       <item name="About" href="/index.html"/>
   33       <item name="Download" href="/download.html"/>
   34       <item name="Javadoc" href="/javadoc.html" collapse="true">
   35         <item name="Log4j 2 API" href="/log4j-api/apidocs/index.html" />
   36         <item name="Implementation" href="/log4j-core/apidocs/index.html" />
   37         <item name="JSP Tag Library" href="/log4j-taglib/apidocs/index.html" />
   38         <item name="JSP Tag Library (TLD Doc)" href="/log4j-taglib/tlddoc/index.html" />
   39       </item>
   40       <item name="Maven, Ivy, Gradle Artifacts" href="/maven-artifacts.html" collapse="true">
   41         <item name="Maven" href="/maven-artifacts.html#Using_Log4j_in_your_Apache_Maven_build" />
   42         <item name="Ivy" href="/maven-artifacts.html#Using_Log4j_in_your_Apache_Ivy_build" />
   43         <item name="Gradle" href="/maven-artifacts.html#Using_Log4j_in_your_Gradle_build" />
   44         <item name="SBT" href="/maven-artifacts.html#Using_Log4j_in_your_SBT_build" />
   45         <item name="Bill of Material" href="/maven-artifacts.html#Bill_of_Material" />
   46         <item name="Optional Components" href="/maven-artifacts.html#Optional_Components" />
   47         <item name="Snapshot builds" href="/maven-artifacts.html#Snapshot_builds" />
   48       </item>
   49       <item name="Runtime Dependencies" href="/runtime-dependencies.html"/>
   50       <item name="Changelog" href="/changelog.html"/>
   51       <item name="FAQ" href="/faq.html"/>
   52       <item name="Performance" href="/performance.html" collapse="true">
   53         <item name="Benchmarks" href="/performance.html#benchmarks" />
   54         <item name="Logging Library Comparison" href="/performance.html#loglibComparison" />
   55         <item name="Async Logging Comparison" href="/performance.html#asyncLogging" />
   56         <item name="Async Logging Latency" href="/performance.html#asyncLoggingResponseTime" />
   57         <item name="Parameters" href="/performance.html#asyncLoggingWithParams" />
   58         <item name="Location" href="/performance.html#asyncLoggingWithLocation" />
   59         <item name="File Logging Comparison" href="/performance.html#fileLoggingComparison" />
   60         <item name="Filtering Comparison" href="/performance.html#filtering" />
   61         <item name="Trade-offs" href="/performance.html#tradeoffs" />
   62       </item>
   63       <item name="Articles and Tutorials" href="/articles.html"/>
   64       <item name="Thanks" href="/thanks.html"/>
   65     </menu>
   66 
   67     <menu name="For Contributors" inherit="top" img="icon-pencil">
   68       <item name="Building Log4j from Source" href="/build.html"/>
   69       <item name="Guidelines" href="/guidelines.html"/>
   70       <item name="Style Guide" href="/javastyle.html"/>
   71     </menu>
   72 
   73     <menu name="Manual" inherit="top" img="icon-book">
   74       <item name="Introduction" href="/manual/index.html"/>
   75       <item name="Architecture" href="/manual/architecture.html"/>
   76       <item name="Log4j 1.x Migration" href="manual/migration.html"/>
   77 
   78       <item name="Java API" href="/manual/api.html" collapse="true">
   79         <item name="Flow Tracing" href="manual/flowtracing.html"/>
   80         <item name="Markers" href="manual/markers.html"/>
   81         <item name="Event Logging" href="/manual/eventlogging.html"/>
   82         <item name="Messages" href="/manual/messages.html"/>
   83         <item name="ThreadContext" href="/manual/thread-context.html"/>
   84       </item>
   85 
   86       <item name="Scala API" href="/manual/scala-api.html"/>
   87 
   88       <item name="Configuration" href="/manual/configuration.html" collapse="true">
   89         <item name="Automatic Configuration" href="/manual/configuration.html#AutomaticConfiguration"/>
   90         <item name="Additivity" href="/manual/configuration.html#Additivity"/>
   91         <item name="Automatic Reconfiguration" href="/manual/configuration.html#AutomaticReconfiguration"/>
   92         <item name="Chainsaw Support" href="/manual/configuration.html#ChainsawSupport"/>
   93         <item name="Configuration Syntax" href="/manual/configuration.html#ConfigurationSyntax" />
   94         <item name="XML Syntax" href="/manual/configuration.html#XML"/>
   95         <item name="JSON Syntax" href="/manual/configuration.html#JSON"/>
   96         <item name="YAML Syntax" href="/manual/configuration.html#YAML"/>
   97         <item name="Properties Syntax" href="/manual/configuration.html#Properties"/>
   98         <item name="Configuring Loggers" href="/manual/configuration.html#Loggers"/>
   99         <item name="Configuring Appenders" href="/manual/configuration.html#Appenders"/>
  100         <item name="Configuring Filters" href="/manual/configuration.html#Filters"/>
  101         <item name="Property Substitution" href="/manual/configuration.html#PropertySubstitution"/>
  102         <item name="Lookup Variables" href="/manual/configuration.html#RuntimeLookup"/>
  103         <item name="Scripts" href="/manual/configuration.html#Scripts"/>
  104         <item name="XInclude" href="/manual/configuration.html#XInclude"/>
  105         <item name="Composite Configurations" href="/manual/configuration.html#CompositeConfiguration"/>
  106         <item name="Status Messages" href="/manual/configuration.html#StatusMessages"/>
  107         <item name="Unit Testing in Maven" href="/manual/configuration.html#UnitTestingInMaven"/>
  108         <item name="System Properties" href="/manual/configuration.html#SystemProperties"/>
  109       </item>
  110 
  111       <item name="Usage" href="/manual/usage.html" collapse="true">
  112         <item name="Static vs non-Static Loggers" href="/manual/usage.html#StaticVsNonStatic"/>
  113         <item name="Logger Name vs Class Name" href="/manual/usage.html#LoggerVsClass"/>
  114         <item name="Logging in the Cloud" href="/manual/cloud.html"/>
  115       </item>
  116 
  117       <item name="Web Applications and JSPs" href="/manual/webapp.html" collapse="true">
  118         <item name="Servlet 3.0 and Newer" href="/manual/webapp.html#Servlet-3.0" />
  119         <item name="Servlet 2.5" href="/manual/webapp.html#Servlet-2.5" />
  120         <item name="Context Parameters" href="/manual/webapp.html#ContextParams" />
  121         <item name="Configuration Lookups" href="/manual/webapp.html#WebLookup" />
  122         <item name="JavaServer Pages Logging" href="/manual/webapp.html#JspLogging" />
  123         <item name="Asynchronous Requests" href="/manual/webapp.html#Async" />
  124       </item>
  125 
  126       <item name="Lookups" href="/manual/lookups.html" collapse="true">
  127         <item name="Context Map" href="/manual/lookups.html#ContextMapLookup"/>
  128         <item name="Date" href="/manual/lookups.html#DateLookup"/>
  129         <item name="Docker" href="manual/lookups.html#DockerLookup"/>
  130         <item name="Environment" href="/manual/lookups.html#EnvironmentLookup"/>
  131         <item name="Java" href="/manual/lookups.html#JavaLookup"/>
  132         <item name="JNDI" href="/manual/lookups.html#JndiLookup"/>
  133         <item name="JVM Arguments" href="/manual/lookups.html#JmxRuntimeInputArgumentsLookup"/>
  134         <item name="Log4j Config" href="/manual/lookups.html#Log4jConfigLookup"/>
  135         <item name="Main Arguments" href="/manual/lookups.html#AppMainArgsLookup"/>
  136         <item name="Map" href="/manual/lookups.html#MapLookup"/>
  137         <item name="Structured Data" href="/manual/lookups.html#StructuredDataLookup"/>
  138         <item name="System Properties" href="/manual/lookups.html#SystemPropertiesLookup"/>
  139         <item name="Web" href="/manual/lookups.html#WebLookup"/>
  140       </item>
  141 
  142       <item name="Appenders" href="/manual/appenders.html" collapse="true">
  143         <item name="Async" href="/manual/appenders.html#AsyncAppender"/>
  144         <item name="Cassandra" href="/manual/appenders.html#CassandraAppender"/>
  145         <item name="Console" href="/manual/appenders.html#ConsoleAppender"/>
  146         <item name="Failover" href="/manual/appenders.html#FailoverAppender"/>
  147         <item name="File" href="/manual/appenders.html#FileAppender"/>
  148         <item name="Flume" href="/manual/appenders.html#FlumeAppender"/>
  149         <item name="JDBC" href="/manual/appenders.html#JDBCAppender"/>
  150         <item name="JMS" href="/manual/appenders.html#JMSAppender"/>
  151         <item name="JPA" href="/manual/appenders.html#JPAAppender"/>
  152         <item name="HTTP" href="/manual/appenders.html#HttpAppender"/>
  153         <item name="Kafka" href="/manual/appenders.html#KafkaAppender"/>
  154         <item name="Memory Mapped File" href="/manual/appenders.html#MemoryMappedFileAppender"/>
  155         <item name="NoSQL" href="/manual/appenders.html#NoSQLAppender"/>
  156         <item name="NoSQL for MongoDB" href="/manual/appenders.html#NoSQLAppenderMongoDB"/>
  157         <item name="NoSQL for MongoDB 2" href="/manual/appenders.html#NoSQLAppenderMongoDB2"/>
  158         <item name="NoSQL for MongoDB 3" href="/manual/appenders.html#NoSQLAppenderMongoDB3"/>
  159         <item name="NoSQL for CouchDB" href="/manual/appenders.html#NoSQLAppenderCouchDB"/>
  160         <item name="Output Stream" href="/manual/appenders.html#OutputStreamAppender"/>
  161         <item name="Random Access File" href="/manual/appenders.html#RandomAccessFileAppender"/>
  162         <item name="Rewrite" href="/manual/appenders.html#RewriteAppender"/>
  163         <item name="Rolling File" href="/manual/appenders.html#RollingFileAppender"/>
  164         <item name="Rolling Random Access File" href="/manual/appenders.html#RollingRandomAccessFileAppender"/>
  165         <item name="Routing" href="/manual/appenders.html#RoutingAppender"/>
  166         <item name="SMTP" href="/manual/appenders.html#SMTPAppender"/>
  167         <item name="ScriptAppenderSelector" href="/manual/appenders.html#ScriptAppenderSelector"/>
  168         <item name="Socket" href="/manual/appenders.html#SocketAppender"/>
  169         <item name="SSL" href="/manual/appenders.html#SSL"/>
  170         <item name="Syslog" href="/manual/appenders.html#SyslogAppender"/>
  171         <item name="ZeroMQ/JeroMQ" href="/manual/appenders.html#JeroMQAppender"/>
  172       </item>
  173 
  174       <item name="Layouts" href="/manual/layouts.html" collapse="true">
  175         <item name="CSV" href="/manual/layouts.html#CSVLayouts"/>
  176         <item name="GELF" href="/manual/layouts.html#GELFLayout"/>
  177         <item name="HTML" href="/manual/layouts.html#HTMLLayout"/>
  178         <item name="JSON" href="/manual/layouts.html#JSONLayout"/>
  179         <item name="Pattern" href="/manual/layouts.html#PatternLayout"/>
  180         <item name="RFC-5424" href="/manual/layouts.html#RFC5424Layout"/>
  181         <item name="Serialized" href="/manual/layouts.html#SerializedLayout"/>
  182         <item name="Syslog" href="/manual/layouts.html#SyslogLayout"/>
  183         <item name="XML" href="/manual/layouts.html#XMLLayout"/>
  184         <item name="YAML" href="/manual/layouts.html#YamlLayout"/>
  185         <item name="Location Information" href="/manual/layouts.html#LocationInformation"/>
  186       </item>
  187 
  188       <item name="Filters" href="/manual/filters.html" collapse="true">
  189         <item name="Burst" href="/manual/filters.html#BurstFilter"/>
  190         <item name="Composite Filter" href="/manual/filters.html#CompositeFilter"/>
  191         <item name="Dynamic Threshold" href="/manual/filters.html#DynamicThresholdFilter"/>
  192         <item name="Map" href="/manual/filters.html#MapFilter"/>
  193         <item name="Marker" href="/manual/filters.html#MarkerFilter"/>
  194         <item name="Regex" href="/manual/filters.html#RegexFilter"/>
  195         <item name="Script" href="/manual/filters.html#Script"/>
  196         <item name="Structured Data" href="/manual/filters.html#StructuredDataFilter"/>
  197         <item name="Thread Context Map" href="/manual/filters.html#ThreadContextMapFilter"/>
  198         <item name="Threshold" href="/manual/filters.html#ThresholdFilter"/>
  199         <item name="Time" href="/manual/filters.html#TimeFilter"/>
  200       </item>
  201 
  202       <item name="Async Loggers" href="/manual/async.html" collapse="true">
  203         <item name="Trade-offs" href="/manual/async.html#Trade-offs"/>
  204         <item name="All Loggers Async" href="/manual/async.html#AllAsync"/>
  205         <item name="Mixed Sync &amp; Async" href="/manual/async.html#MixedSync-Async"/>
  206         <item name="Location" href="/manual/async.html#Location"/>
  207         <item name="Performance" href="/manual/async.html#Performance"/>
  208         <item name="Under The Hood" href="/manual/async.html#UnderTheHood"/>
  209       </item>
  210 
  211       <item name="Garbage-free Logging" href="/manual/garbagefree.html" collapse="true">
  212         <item name="Configuration" href="/manual/garbagefree.html#Config"/>
  213         <item name="Supported Appenders" href="/manual/garbagefree.html#Appenders"/>
  214         <item name="Supported Layouts" href="/manual/garbagefree.html#Layouts"/>
  215         <item name="Supported Filters" href="/manual/garbagefree.html#Filters"/>
  216         <item name="API Changes" href="/manual/garbagefree.html#api"/>
  217         <item name="Impact on Application Code" href="/manual/garbagefree.html#codeImpact"/>
  218         <item name="Performance" href="/manual/garbagefree.html#Performance"/>
  219         <item name="Under the Hood" href="/manual/garbagefree.html#UnderTheHood"/>
  220       </item>
  221 
  222       <item name="JMX" href="/manual/jmx.html"/>
  223       <item name="Logging Separation" href="/manual/logsep.html"/>
  224 
  225       <item name="Extending Log4j" href="/manual/extending.html" collapse="true">
  226         <item name="LoggerContextFactory" href="/manual/extending.html#LoggerContextFactory"/>
  227         <item name="ContextSelector" href="/manual/extending.html#ContextSelector"/>
  228         <item name="ConfigurationFactory" href="/manual/extending.html#ConfigurationFactory"/>
  229         <item name="LoggerConfig" href="/manual/extending.html#LoggerConfig"/>
  230         <item name="LogEventFactory" href="/manual/extending.html#LogEventFactory"/>
  231         <item name="MessageFactory" href="/manual/extending.html#MessageFactory"/>
  232         <item name="Lookups" href="/manual/extending.html#Lookups"/>
  233         <item name="Filters" href="/manual/extending.html#Filters"/>
  234         <item name="Appenders" href="/manual/extending.html#Appenders"/>
  235         <item name="Layouts" href="/manual/extending.html#Layouts"/>
  236         <item name="PatternConverters" href="/manual/extending.html#PatternConverters"/>
  237         <item name="Plugin Builders" href="/manual/extending.html#Plugin_Builders"/>
  238         <item name="Custom ContextDataInjector" href="/manual/extending.html#Custom_ContextDataInjector"/>
  239         <item name="Custom Plugins" href="/manual/extending.html#Custom_Plugins"/>
  240       </item>
  241 
  242       <item name="Plugins" href="/manual/plugins.html" collapse="true">
  243         <item name="Core" href="/manual/plugins.html#Core"/>
  244         <item name="Converters" href="/manual/plugins.html#Converters"/>
  245         <item name="Key Providers" href="/manual/plugins.html#KeyProviders"/>
  246         <item name="Lookups" href="/manual/plugins.html#Lookups"/>
  247         <item name="Type Converters" href="/manual/plugins.html#TypeConverters"/>
  248         <item name="Developer Notes" href="/manual/plugins.html#DeveloperNotes"/>
  249       </item>
  250 
  251       <item name="Programmatic Log4j Configuration" href="/manual/customconfig.html" collapse="true">
  252         <item name="ConfigurationBuilder API" href="/manual/customconfig.html#ConfigurationBuilder"/>
  253         <item name="Understanding ConfigurationFactory" href="/manual/customconfig.html#ConfigurationFactory"/>
  254         <item name="Example" href="/manual/customconfig.html#Example"/>
  255         <item name="Using Configurator" href="/manual/customconfig.html#Configurator"/>
  256         <item name="Config File and Code" href="/manual/customconfig.html#Hybrid"/>
  257         <item name="After Initialization" href="/manual/customconfig.html#AddingToCurrent"/>
  258         <item name="Appending to Writers &amp; OutputStreams" href="/manual/customconfig.html#AppendingToWritersAndOutputStreams"/>
  259       </item>
  260 
  261       <item name="Custom Log Levels" href="/manual/customloglevels.html" collapse="true">
  262         <item name="In Code" href="/manual/customloglevels.html#DefiningLevelsInCode"/>
  263         <item name="In Configuration" href="/manual/customloglevels.html#DefiningLevelsInConfiguration"/>
  264         <item name="Adding or Replacing Levels" href="/manual/customloglevels.html#AddingOrReplacingLevels"/>
  265         <item name="Custom Loggers" href="/manual/customloglevels.html#CustomLoggers"/>
  266         <item name="Custom Logger Example" href="/manual/customloglevels.html#ExampleUsage"/>
  267         <item name="Code Generation Tool" href="/manual/customloglevels.html#CodeGen"/>
  268       </item>
  269 
  270     </menu>
  271 
  272     <menu name="Related Projects" inherit="top" img="icon-tags">
  273       <item name="Log4j-Scala" href="http://logging.apache.org/log4j/scala/index.html"/>
  274     </menu>
  275 
  276     <menu name="Legacy" inherit="top" img="icon-tags">
  277       <item name="Log4j 1.2" href="http://logging.apache.org/log4j/1.2/"/>
  278       <item name="Log4j 2.3" href="http://logging.apache.org/log4j/log4j-2.3/"/>
  279     </menu>
  280 
  281     <menu name="Components" inherit="top" img="icon-cog">
  282       <item name="API" href="log4j-api/index.html"/>
  283       <item name="Implementation" href="log4j-core/index.html"/>
  284       <item name="Commons Logging Bridge" href="log4j-jcl/index.html"/>
  285       <item name="Log4j 1.2 API" href="log4j-1.2-api/index.html"/>
  286       <item name="SLF4J Binding" href="log4j-slf4j-impl/index.html"/>
  287       <item name="JUL Adapter" href="log4j-jul/index.html"/>
  288       <item name="Log4j 2 to SLF4J Adapter" href="log4j-to-slf4j/index.html"/>
  289       <item name="Apache Flume Appender" href="log4j-flume-ng/index.html"/>
  290       <item name="Log4j Tag Library" href="log4j-taglib/index.html"/>
  291       <item name="Log4j JMX GUI" href="log4j-jmx-gui/index.html"/>
  292       <item name="Log4j Web Application Support" href="log4j-web/index.html"/>
  293       <item name="Log4j Application Server Integration" href="log4j-appserver/index.html"/>
  294       <item name="Log4j CouchDB appender" href="log4j-couchdb/index.html"/>
  295       <item name="Log4j MongoDB2 appender" href="log4j-mongodb2/index.html"/>
  296       <item name="Log4j MongoDB3 appender" href="log4j-mongodb3/index.html"/>
  297       <item name="Log4j Cassandra appender" href="log4j-cassandra/index.html"/>
  298       <item name="Log4j IO Streams" href="log4j-iostreams/index.html"/>
  299       <item name="Log4j Liquibase Binding" href="log4j-liquibase/index.html"/>
  300       <item name="Log4j Docker Support" href="log4j-docker/index.html"/>
  301       <item name="Log4j Spring Cloud Config Client" href="log4j-spring-cloud-config/log4j-spring-cloud-config-client/index.html"/>
  302     </menu>
  303 
  304     <menu name="Project Information" img="icon-info-sign">
  305       <item name="Dependency Convergence" href="/dependency-convergence.html" />
  306       <item name="Dependency Management" href="/dependency-management.html" />
  307       <item name="Project Team" href="/team-list.html" />
  308       <item name="Mailing Lists" href="/mail-lists.html" />
  309       <item name="Issue Tracking" href="/issue-tracking.html" />
  310       <item name="Project License" href="/license.html" />
  311       <item name="Source Repository" href="/source-repository.html" />
  312       <item name="Project Summary" href="/project-summary.html" />
  313     </menu>
  314 
  315     <menu name="Project Reports" img="icon-cog">
  316       <item name="Changes Report" href="/changes-report.html" />
  317       <item name="JIRA Report" href="/jira-report.html" />
  318       <item name="RAT Report" href="/rat-report.html" />
  319     </menu>
  320   </body>
  321 </project>