cakephp2-php8/lib/Cake/Console
Ceeram 6bf9363217 Add option to skip exception types for logging.
add blacklisting for logging exceptions

add test for skipping exception logging, and fix typo and cs

add example to docblock in core.php for skipLog

remove app_error.php skips, those are no longer used in 2.x

use assertContains instead of assertRegExp

check for instanceof, instead of matching names
2013-03-26 15:11:39 +01:00
..
Command Merge branch 'master' into 2.4 2013-03-12 09:41:37 -04:00
Templates Add option to skip exception types for logging. 2013-03-26 15:11:39 +01:00
cake Updated copyright 2013-02-08 21:28:17 +09:00
cake.bat Updated copyright 2013-02-08 21:28:17 +09:00
cake.php Updated copyright 2013-02-08 21:28:17 +09:00
ConsoleErrorHandler.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ConsoleInput.php Merge branch 'master' into 2.4 2013-02-09 02:20:16 +05:30
ConsoleInputArgument.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ConsoleInputOption.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ConsoleInputSubcommand.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ConsoleOptionParser.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
ConsoleOutput.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
HelpFormatter.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Shell.php Add missing App::uses to prevent fatal error 2013-03-11 12:59:44 +01:00
ShellDispatcher.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
TaskCollection.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00