From seam-commits at lists.jboss.org Mon Oct 27 09:53:01 2008 Content-Type: multipart/mixed; boundary="===============7470914990585122383==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r9434 - trunk/doc/Seam_Reference_Guide/en-US. Date: Mon, 27 Oct 2008 09:53:01 -0400 Message-ID: --===============7470914990585122383== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2008-10-27 09:53:01 -0400 (Mon, 27 Oct 2008) New Revision: 9434 Modified: trunk/doc/Seam_Reference_Guide/en-US/Events.xml Log: mistake 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:41:08 UTC= (rev 9433) +++ trunk/doc/Seam_Reference_Guide/en-US/Events.xml 2008-10-27 13:53:01 UTC= (rev 9434) @@ -1071,6 +1071,44 @@ 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. = + + = +
+ =
--===============7470914990585122383==--