From a9e965283d2e3b0b9ca2aadba9616dafabbdd966 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 10 Aug 2010 22:06:30 +0000 Subject: [PATCH] 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 --- dev/LogEmailWriter.php | 3 +-- dev/LogFileWriter.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev/LogEmailWriter.php b/dev/LogEmailWriter.php index a383c77c3..c98d2f385 100644 --- a/dev/LogEmailWriter.php +++ b/dev/LogEmailWriter.php @@ -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. * diff --git a/dev/LogFileWriter.php b/dev/LogFileWriter.php index a47a2b90b..173203ef2 100644 --- a/dev/LogFileWriter.php +++ b/dev/LogFileWriter.php @@ -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