silverstripe-framework/logging
Sam Minnee 1b8d295767 API CHANGE: Shift to Monolog for error reporting and logging
API CHANGE: Debug::showError(), Debug::showLines(), Debug::log(), and Debug::header() removed
NEW: Logging provided

ZendLog has been removed and monolog introduced instead as a dependency.
The “ErrorLogger” injection point is now the used as the logger that
errors are fed into, and implements PSR-3’s Psr\Log\LoggerInterface.

The SS_ERROR_LOG setting expect a Monolog Logger to be provided as the
ErrorLogger.
2015-08-28 16:06:41 +12:00
..
DebugViewFriendlyErrorFormatter.php API CHANGE: Shift to Monolog for error reporting and logging 2015-08-28 16:06:41 +12:00
DetailedErrorFormatter.php API CHANGE: Shift to Monolog for error reporting and logging 2015-08-28 16:06:41 +12:00
HTTPOutputHandler.php API CHANGE: Shift to Monolog for error reporting and logging 2015-08-28 16:06:41 +12:00
Log.php API CHANGE: Shift to Monolog for error reporting and logging 2015-08-28 16:06:41 +12:00
MonologErrorHandler.php API CHANGE: Shift to Monolog for error reporting and logging 2015-08-28 16:06:41 +12:00