1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-2006 The Apache Software Foundation
Licensed 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.
-->
<!-- Content Stylesheet for Site -->
<!-- start the processing -->
<!-- ====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<!-- Main Page Section -->
<!-- ====================================================================== -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="author" value="Nicko Cadell">
<meta name="email" value="nicko at apache dot org">
<meta name="keywords" content="log4net development roadmap, log4net roadmap, log4net plan, log4net" />
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
<link href="./css/style.css" rel="stylesheet" type="text/css"/>
<title>log4net - log4net Development Roadmap</title>
</head>
<body
bgcolor="#ffffff"
text="#000000"
link="#525D76"
>
<!-- START Header table -->
<table class="banner" border="0">
<tr>
<td valign="top">
<a href="http://logging.apache.org/">
<img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/>
</a>
</td>
<td align="right">
</td>
</tr>
</table>
<!-- END Header table -->
<div class="centercol">
<!-- START main table -->
<h1><a id="main"></a>log4net Development Roadmap</h1>
<div class="i1">
<p>
The log4net development roadmap is managed by our JIRA issue tracking system.
</p>
<p>
For a list of upcoming fixes and in-progress tasks see:
</p>
<ul>
<li>
<a href="http://issues.apache.org/jira/browse/LOG4NET?report=com.atlassian.jira.plugin.system.project:roadmap-panel">
log4net Roadmap
</a>
</li>
</ul>
</div>
<!-- FOOTER -->
<p> </p>
<div align="center"><font color="#525D76" size="-1"><em>
Copyright ©
2004-2006,
Apache Software Foundation
</em></font></div>
<!-- END main table -->
</div>
<!-- LEFT SIDE NAVIGATION -->
<!-- ============================================================ -->
<div class="leftcol">
<div class="menu_header">Apache</div>
<div class="menu_item"> <a href="http://www.apache.org">Apache Home</a>
</div>
<div class="menu_item"> <a href="http://logging.apache.org/">Logging Services</a>
</div>
<div class="menu_header">log4net Project</div>
<div class="menu_item"> <a href="./index.html">About</a>
</div>
<div class="menu_item"> <a href="./license.html">License</a>
</div>
<div class="menu_item"> <a href="./support.html">Support</a>
</div>
<div class="menu_item"> <a href="./roadmap.html">Roadmap</a>
</div>
<div class="menu_item"> <a href="./contributing.html">Contributing</a>
</div>
<div class="menu_item"> <a href="./history.html">History</a>
</div>
<div class="menu_item"> <a href="./downloads.html">Downloads</a>
</div>
<div class="menu_header">log4net 1.2 Documentation</div>
<div class="menu_item"> <a href="./release/features.html">Features</a>
</div>
<div class="menu_item"> <a href="./release/framework-support.html">Supported Frameworks</a>
</div>
<div class="menu_item"> <a href="./release/release-notes.html">Release Notes</a>
</div>
<div class="menu_item"> <a href="./release/example-apps.html">Example Apps</a>
</div>
<div class="menu_item"> <a href="./release/config-examples.html">Config Examples</a>
</div>
<div class="menu_item"> <a href="./release/building.html">Building</a>
</div>
<div class="menu_item"> <a href="./release/faq.html">FAQ</a>
</div>
<div class="menu_item"> <a href="./release/howto/index.html">How Tos</a>
</div>
<div class="menu_item"> <a href="./release/sdk/index.html">SDK Reference</a>
</div>
<div class="menu_header">log4net 1.2 Manual</div>
<div class="menu_item"> <a href="./release/manual/introduction.html">Introduction</a>
</div>
<div class="menu_item"> <a href="./release/manual/configuration.html">Configuration</a>
</div>
<div class="menu_item"> <a href="./release/manual/contexts.html">Contexts</a>
</div>
<div class="menu_item"> <a href="./release/manual/plugins.html">Plugins</a>
</div>
<div class="menu_item"> <a href="./release/manual/repositories.html">Repositories</a>
</div>
<div class="menu_item"> <a href="./release/manual/internals.html">Internals</a>
</div>
</div>
</body>
</html>
<!-- end the processing -->
|