mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
faea3f078a
commit
a9e965283d
@ -2,8 +2,7 @@
|
|||||||
require_once 'Zend/Log/Writer/Abstract.php';
|
require_once 'Zend/Log/Writer/Abstract.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sends an error message to an email whenever an error occurs
|
* Sends an error message to an email.
|
||||||
* in sapphire.
|
|
||||||
*
|
*
|
||||||
* @see SS_Log for more information on using writers.
|
* @see SS_Log for more information on using writers.
|
||||||
*
|
*
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
require_once 'Zend/Log/Writer/Abstract.php';
|
require_once 'Zend/Log/Writer/Abstract.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sends an error message to an email whenever an
|
* Writes an error message to a file.
|
||||||
* error occurs in sapphire.
|
|
||||||
*
|
*
|
||||||
* Note: You need to make sure your web server is able
|
* Note: You need to make sure your web server is able
|
||||||
* to write to the file path that you specify to write
|
* to write to the file path that you specify to write
|
||||||
|
Loading…
Reference in New Issue
Block a user