This commit is contained in:
Maggion Emmanuel 2012-08-31 09:50:22 +03:00
parent 894fc1256a
commit 03f6f041b2

View file

@ -404,7 +404,7 @@ class CakeLog {
* or a string matching the recognized levels, then it will
* be treated log levels. Otherwise it's treated as scope.
* @param string $message Message content to log
* @param string|array $scope The scope(s) a log messge is being created in.
* @param string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
* @return boolean Success
*/
@ -455,7 +455,7 @@ class CakeLog {
* Convenience method to log emergency messages
*
* @param string $message log message
* @param string|array $scope The scope(s) a log messge is being created in.
* @param string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
* @return boolean Success
*/
@ -467,7 +467,7 @@ class CakeLog {
* Convenience method to log alert messages
*
* @param string $message log message
* @param string|array $scope The scope(s) a log messge is being created in.
* @param string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
* @return boolean Success
*/
@ -479,7 +479,7 @@ class CakeLog {
* Convenience method to log critical messages
*
* @param string $message log message
* @param string|array $scope The scope(s) a log messge is being created in.
* @param string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
* @return boolean Success
*/
@ -491,7 +491,7 @@ class CakeLog {
* Convenience method to log error messages
*
* @param string $message log message
* @param string|array $scope The scope(s) a log messge is being created in.
* @param string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
* @return boolean Success
*/
@ -503,7 +503,7 @@ class CakeLog {
* Convenience method to log warning messages
*
* @param string $message log message
* @param string|array $scope The scope(s) a log messge is being created in.
* @param string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
* @return boolean Success
*/
@ -515,7 +515,7 @@ class CakeLog {
* Convenience method to log notice messages
*
* @param string $message log message
* @param string|array $scope The scope(s) a log messge is being created in.
* @param string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
* @return boolean Success
*/
@ -527,7 +527,7 @@ class CakeLog {
* Convenience method to log debug messages
*
* @param string $message log message
* @param string|array $scope The scope(s) a log messge is being created in.
* @param string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
* @return boolean Success
*/
@ -539,7 +539,7 @@ class CakeLog {
* Convenience method to log info messages
*
* @param string $message log message
* @param string|array $scope The scope(s) a log messge is being created in.
* @param string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
* @return boolean Success
*/