1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-27 06:54:38 +02:00

Remove non-PSR-3 methods for adding log records

This commit is contained in:
Jordi Boggiano
2015-10-09 19:20:12 +01:00
parent 35ce15e098
commit 39f8a20e6d
4 changed files with 22 additions and 189 deletions

View File

@@ -3,3 +3,6 @@
- The timezone is now set per Logger instance and not statically, either
via ->setTimezone or passed in the constructor. Calls to Logger::setTimezone
should be converted.
- Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`)
methods as well as `emerg`, `crit`, `err` and `warn`.