MINOR phpDoc updates for SS_LogFileWriter and SS_LogEmailWriter (from r109165)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112819 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-19 01:21:32 +00:00
parent 11907212fc
commit f929d2ee6d
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