silverstripe-framework/i18n
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
..
i18n.php API CHANGE: Shift to Monolog for error reporting and logging 2015-08-28 16:06:41 +12:00
i18nEntityProvider.php BUG Fix of multiple i18nTextCollector issues: #3797, #3798, #3417 2015-07-09 10:45:08 +12:00
i18nRailsYamlAdapter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
i18nSSLegacyAdapter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
i18nTextCollector.php Merge branch '3.1' into 3.2 2015-07-20 10:48:01 +01:00
i18nTranslateAdapterInterface.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00