mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
11907212fc
commit
f929d2ee6d
@ -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.
|
||||
*
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user