blob: 4704d4444cf3df961a399f51097fd861b3eb6fc8 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache license, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the license at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the license.
-->
<project name="Log4j">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.0-SNAPSHOT</version>
</skin>
<custom>
<fluidoSkin>
<topBarEnabled>false</topBarEnabled>
<sideBarEnabled>true</sideBarEnabled>
<searchEnabled>true</searchEnabled>
</fluidoSkin>
</custom>
<bannerLeft>
<name>Logging Services™</name>
<src>images/ls-logo.jpg</src>
<href>http://logging.apache.org/</href>
</bannerLeft>
<bannerRight>
<src>images/logo.jpg</src>
</bannerRight>
<body>
<menu name="Apache Log4j™ 2" inherit="top">
<item name="About" href="/index.html"/>
<item name="Download" href="/download.html"/>
<item name="Build and Install" href="/build.html"/>
<item name="Changelog" href="/changelog.html"/>
</menu>
<menu name="Manual" inherit="top">
<item name="Introduction" href="/manual/index.html"/>
<item name="Architecture" href="/manual/architecture.html"/>
<item name="API" href="/manual/api.html" collapse="true">
<item name="Overview" href="manual/api.html#Overview"/>
<item name="Flow Tracing" href="manual/flowtracing.html"/>
<item name="Markers" href="manual/markers.html"/>
<item name="Event Logging" href="/manual/eventlogging.html"/>
<item name="Messages" href="/manual/messages.html"/>
<item name="ThreadContext" href="/manual/thread-context.html"/>
</item>
<item name="Configuration" href="/manual/configuration.html" collapse="true">
<item name="Automatic Configuration" href="/manual/configuration.html#AutomaticConfiguration"/>
<item name="Additivity" href="/manual/configuration.html#Additivity"/>
<item name="Automatic Reconfiguration" href="/manual/configuration.html#AutomaticReconfiguration"/>
<item name="Configuration Syntax" href="/manual/configuration.html#ConfigurationSyntax"/>
<item name="Property Substitution" href="/manual/configuration.html#PropertySubstitution"/>
<item name="Status Messages" href="/manual/configuration.html#StatusMessages"/>
<item name="Unit Testing in Maven" href="/manual/configuration.html#UnitTestingInMaven"/>
</item>
<item name="Plugins" href="/manual/plugins.html" collapse="true">
<item name="Core" href="/manual/plugins.html#Core"/>
<item name="Converters" href="/manual/plugins.html#Converters"/>
<item name="Lookups" href="/manual/plugins.html#Lookups"/>
</item>
<item name="Lookups" href="/manual/lookups.html" collapse="true">
<item name="ContextMap" href="/manual/lookups.html#ContextMapLookup"/>
<item name="Date" href="/manual/lookups.html#DateLookcup"/>
<item name="Environment" href="/manual/lookups.html#EnvironmentLookup"/>
<item name="Map" href="/manual/lookups.html#MapLookup"/>
<item name="StructuredData" href="/manual/lookups.html#StructuredDataLookup"/>
<item name="SystemProperties" href="/manual/lookups.html#SystemPropertiesLookup"/>
</item>
<item name="Appenders" href="/manual/appenders.html" collapse="true">
<item name="Console" href="/manual/appenders.html@ConsoleAppender"/>
<item name="Failover" href="/manual/appenders.html@FailoverAppender"/>
<item name="File" href="/manual/appenders.html#FileAppender"/>
<item name="Flume" href="/manual/appenders.html#FlumeAvroAppender"/>
<item name="JMSQueue" href="/manual/appenders.html#JMSQueueAppender"/>
<item name="JSMTopic" href="/manual/appenders.html#JMSTopicAppender"/>
<item name="OutputStream" href="/manual/appenders.html#OutputStreamAppender"/>
<item name="Rewrite" href="/manual/appenders.html#RewriteAppender"/>
<item name="RollingFile" href="/manual/appenders.html#RollingFileAppender"/>
<item name="Routing" href="/manual/appenders.html#RoutingAppender"/>
<item name="Socket" href="/manual/appenders.html#SocketAppender"/>
<item name="Syslog" href="/manual/appenders.html#SyslogAppender"/>
</item>
<item name="Layouts" href="/manual/layouts.html" collapse="true">
<item name="HTML" href="/manual/layouts.html#HTMLLayout"/>
<item name="Pattern" href="/manual/layouts.html#PatternLayout"/>
<item name="RFC5424" href="/manual/layouts.html#RFC5424Layout"/>
<item name="Serialized" href="/manual/layouts.html#SerializedLayout"/>
<item name="Syslog" href="/manual/layouts.html#SyslogLayout"/>
<item name="XML" href="/manual/layouts.html#XMLLayout"/>
</item>
<item name="Filters" href="/manual/filters.html" collapse="true">
<item name="Burst" href="/manual/filters.html#BurstFilter"/>
<item name="CompositeFilter" href="/manual/filters.html#CompositeFilter"/>
<item name="DynamicThreshold" href="/manual/filters.html#DynamicThresholdFilter"/>
<item name="Map" href="/manual/filters.html#MapFilter"/>
<item name="Marker" href="/manual/filters.html#MarkerFilter"/>
<item name="Regex" href="/manual/filters.html#RegexFilter"/>
<item name="StructuredData" href="/manual/filters.html#StructuredDataFilter"/>
<item name="ThreadContextMap" href="/manual/filters.html#ThreadContextMapFilter"/>
<item name="Threshold" href="/manual/filters.html#ThresholdFilter"/>
<item name="Time" href="/manual/filters.html#TimeFilter"/>
</item>
<item name="JMX" href="/manual/jmx.html"/>
<item name="Logging Separation" href="/manual/logsep.html"/>
<item name="Extending Log4j" href="/manual/extending.html" collapse="true">
<item name="LoggerContextFactory" href="/manual/extending.html#LoggerContextFactory"/>
<item name="ContextSelector" href="/manual/extending.html#ContextSelector"/>
<item name="ConfigurationFactory" href="/manual/extending.html#ConfigurationFactory"/>
<item name="LoggerConfig" href="/manual/extending.html#LoggerConfig"/>
<item name="Lookups" href="/manual/extending.html#Lookups"/>
<item name="Filters" href="/manual/extending.html#Filters"/>
<item name="Appenders" href="/manual/extending.html#Appenders"/>
<item name="Layouts" href="/manual/extending.html#Layouts"/>
<item name="PatternConverters" href="/manual/extending.html#PatternConverters"/>
<item name="Custom Plugins" href="/manual/extending.html#Custom"/>
</item>
</menu>
<menu name="Logging Adapters" inherit="top">
<item name="Log4j 1.x API" href="log4j12-api/api.html"/>
<item name="Commons Logging" href="log4j2-jcl/api.html"/>
<item name="SLF4J" href="slf4j-impl/api.html"/>
</menu>
<menu name="Components" inherit="top">
<item name="API" href="log4j2-api/index.html"/>
<item name="Impl" href="log4j2-core/index.html"/>
<item name="Log4J 1.2 API" href="log4j12-api/index.html"/>
<item name="Commons Logging Bridge" href="log4j2-jcl/index.html"/>
<item name="SLF4J Binding" href="slf4j-impl/index.html"/>
<item name="Flume OG" href="log4j2-flume-og/index.html"/>
<item name="Flume NG" href="log4j2-flume-ng/index.html"/>
</menu>
<links>
<item name="Logging Wiki" href="http://wiki.apache.org/logging"/>
<item name="Apache" href="http://www.apache.org/"/>
<item name="Logging Services" href="http://logging.apache.org/"/>
<item name="Log4j" href="http://logging.apache.org/log4j/"/>
<item name="Log4j Companions" href="http://logging.apache.org/log4j/companions"/>
</links>
<menu ref="reports"/>
</body>
</project>