
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via b0876ea252337f55c9f0b7b6d613d7b38ed1503f (commit) from a4af39ec18f0868a2a1593f25f151dbf14bdd7f4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=b0876ea252337f55c9f0b7b6d... http://github.com/ceki/logback/commit/b0876ea252337f55c9f0b7b6d613d7b38ed150... commit b0876ea252337f55c9f0b7b6d613d7b38ed1503f Author: Ceki Gulcu <ceki@qos.ch> Date: Tue Mar 6 23:54:16 2012 +0100 minor edits diff --git a/logback-site/src/site/pages/manual/loggingSeparation.html b/logback-site/src/site/pages/manual/loggingSeparation.html index fe1aafb..a415321 100644 --- a/logback-site/src/site/pages/manual/loggingSeparation.html +++ b/logback-site/src/site/pages/manual/loggingSeparation.html @@ -253,14 +253,15 @@ </listener></pre> <p><span class="label notice">Note</span> Most containers invoke - the <code>contextInitialized</code> method of listeners in the + the <code>contextInitialized()</code> method of listeners in the order in which they are declared but invoke their - <code>contextDestroyed</code> method reverse order. It follows - that if you have multiple <code>ServletContextListener</code> - declarations in your <em>web.xml</em>, then - <code>ContextDetachingSCL</code> should be declared <em>first</em> - so that its <code>contextDestroyed</code> method is invoked - <em>last</em> during application shutdown. </p> + <code>contextDestroyed()</code> method in reverse order. It + follows that if you have multiple + <code>ServletContextListener</code> declarations in your + <em>web.xml</em>, then <code>ContextDetachingSCL</code> should be + declared <em>first</em> so that its + <code>contextDestroyed()</code> method is invoked <em>last</em> + during application shutdown. </p> <h3><a name="betterPerf" href="betterPerf">Better performance</a></h3> ----------------------------------------------------------------------- Summary of changes: .../src/site/pages/manual/loggingSeparation.html | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.