Yii Logging Library 2.1
Yii Logging Library package was updated with the following enhancements and new features:
- added new static methods
Logger::assertLevelIsValid(),Logger::assertLevelIsString()andLogger::assertLevelIsSupported(); - added support of nested values in message templates' variables, e. g.
{foo.bar}; - added context providers;
- added
DateTimeandDateTimeImmutablesupport as time in log context;