From seam-commits at lists.jboss.org Mon Oct 27 09:41:08 2008 Content-Type: multipart/mixed; boundary="===============4271594802878178523==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r9433 - trunk/doc/Seam_Reference_Guide/en-US. Date: Mon, 27 Oct 2008 09:41:08 -0400 Message-ID: --===============4271594802878178523== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2008-10-27 09:41:08 -0400 (Mon, 27 Oct 2008) New Revision: 9433 Modified: trunk/doc/Seam_Reference_Guide/en-US/Events.xml Log: JBPAPP-1317 Modified: trunk/doc/Seam_Reference_Guide/en-US/Events.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/doc/Seam_Reference_Guide/en-US/Events.xml 2008-10-27 13:32:36 UTC= (rev 9432) +++ trunk/doc/Seam_Reference_Guide/en-US/Events.xml 2008-10-27 13:41:08 UTC= (rev 9433) @@ -1071,44 +1071,6 @@ also available, as org.jboss.seam.caughtException. = -
- Suppressing exception logging - = - - For the exception handlers defined in pages.xml<= /literal>, it is possible - to declare the logging level at which the exception will = be logged, or to even - suppress the exception being logged altogether. The attr= ibutes log - and logLevel can be used to control ex= ception logging. By setting = - log=3D"false" as per the following exa= mple, then no log message will - be generated when the specified exception occurs: - - = - - - You must be a member to use this fe= ature - - ]]> - = - - If the log attribute is not specified,= then it defaults to true - (i.e. the exception will be logged). Alternatively, you = can specify the logLevel - to control at which log level the exception will be logge= d: = - - - - - You must be a member to use this fe= ature - - ]]> - = - - The acceptable values for logLevel ar= e: fatal, error, warn, info, debug = - or trace. If the logLevel is not specified, or if an invalid value is - configured, then it will default to error. = - - = -
- =
--===============4271594802878178523==--