MINOR phpDoc updates for SS_LogFileWriter and SS_LogEmailWriter

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@109165 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2010-08-10 22:06:30 +00:00 committed by Sam Minnee
parent faea3f078a
commit a9e965283d
2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,7 @@
require_once 'Zend/Log/Writer/Abstract.php';
/**
* Sends an error message to an email whenever an error occurs
* in sapphire.
* Sends an error message to an email.
*
* @see SS_Log for more information on using writers.
*

View File

@ -2,8 +2,7 @@
require_once 'Zend/Log/Writer/Abstract.php';
/**
* Sends an error message to an email whenever an
* error occurs in sapphire.
* Writes an error message to a file.
*
* Note: You need to make sure your web server is able
* to write to the file path that you specify to write