@@ -60,14 +60,12 @@ limitations under the License.
6060 No. log4net is not reliable. It is a best-effort and <em >fail-stop</em > logging system.
6161 </p >
6262 <p >
63- By fail-stop, we mean that log4net will not throw unexpected exceptions at
64- run-time potentially causing your application to crash. <b >
65- If for any reason, log4net
66- throws an uncaught exception</b > (except for <span class =" code" >ArgumentException</span > and
67- <span class =" code" >ArgumentNullException</span > which may be thrown), <b >
68- please send an email
69- to the <
a href =
" mailto:[email protected] " >
[email protected] </
a > mailing list</
b >.
70- Uncaught exceptions are handled as serious bugs requiring immediate attention.
63+ By fail-stop, we mean that log4net will not throw unexpected exceptions at run-time potentially
64+ causing your application to crash. <b >If for any reason, log4net throws an uncaught exception</b >
65+ (except for <span class =" code" >ArgumentException</span > and <span class =" code" >ArgumentNullException</span >
66+ which may be thrown), <b >
67+ please open a <a href =" https://github.com/apache/logging-log4net/discussions/new?category=general" >dicussion</a >
68+ at Github</b >. Uncaught exceptions are handled as serious bugs requiring immediate attention.
7169 </p >
7270 <p >
7371 Moreover, log4net will not revert to <span class =" code" >System.Console.Out</span >
@@ -1005,17 +1003,13 @@ public class FastLogger
10051003 </p >
10061004 <section id =" report-bugs" name =" How do I report bugs?" >
10071005 <p >
1008- First make sure it really is a bug and not a
1009- usage error. When in doubt, ask on the <a href =" ../mail-lists.html" >
1010- log4net-user mailing
1011- list
1012- </a > first.
1006+ First make sure it really is a bug and not a usage error.
1007+ When in doubt, open <a href =" https://github.com/apache/logging-log4net/discussions/new?category=general" >discussion</a > first.
10131008 </p >
10141009 <p >
10151010 If you have identified a bug, please report it via our
1016- <a href =" ../issue-tracking.html" >Issue Tracker</a >.
1017- You may want to check it hasn't been reported before by
1018- searching the existing issues.
1011+ <a href =" https://github.com/apache/logging-log4net/issues" >Issue Tracker</a >.
1012+ You may want to check it hasn't been reported before by searching the existing issues.
10191013 </p >
10201014 </section >
10211015 <p >
0 commit comments