Author: danieleocchipinti
Date: 2010-03-23 14:55:13 +0100 (Tue, 23 Mar 2010)
New Revision: 28708
Modified:
plugins/sfErrorNotifierPlugin/trunk/README
Log:
improved the documentation
Modified: plugins/sfErrorNotifierPlugin/trunk/README
===================================================================
--- plugins/sfErrorNotifierPlugin/trunk/README 2010-03-23 13:53:15 UTC (rev
28707)
+++ plugins/sfErrorNotifierPlugin/trunk/README 2010-03-23 13:55:13 UTC (rev
28708)
@@ -1,12 +1,12 @@
= sfErrorNotifierPlugin plugin =
-The `sfErrorNotifierPlugin` sends automatically email notifications when
application errors (exceptions) occur.
+The `sfErrorNotifierPlugin` sends automatically email notifications when
application errors (exceptions) occur and are not caught.
Its easy configuration allows you to set which environments to enable for the
notifications.
The details about the thrown exceptions and other useful parameteers are sent
via email.
-NEW! It is also possible to trigger notifications explicitly by using this
line anywhere in your code (the email will be sent only from the environments
enabled for the notifications):
+NEW! It is also possible to trigger notifications explicitly by using this
line from anywhere in your code (the email will be sent only from the
environments enabled for the notifications):
{{{
sfErrorNotifier::alert('Message To Send With The Alert')
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.