Documentation:
[
3.x]
[
2.x]
[
1.x]
·
[
Changelog]
·
Extended PSR Logger Changelog
3.1.1
2024-08-26
- Fixed possible type error when passing a value to the batch mode option like
--batch-mode=1
3.1.0
2024-01-25
- Changed the type of the private $logger in the
HasContextualLogger
trait from LoggerInterface
to LoggerInterface|ExtPsrLogger|ExtPsrLogger
3.0.1
2023-12-17
3.0.0
2022-03-18
- Added compatibility with PSR Log v3
- Removed compatibility with PSR Log v2
2.0.1
2023-12-17
2.0.0
2022-03-18
- Added compatibility with PSR Log v2.0
- Removed compatibility with PSR Log v1
1.2.0
2022-03-18
1.1.0
2021-05-06
- Added the missing PSR compliant contextual exception handling to
PythonJsonLogger
1.0.0
2021-02-05
- Initial Release
- Extends PSR-3 with
OK
level
- Python (JSON) logger
- Laravel Command logger (logs to decorated Laravel console output)
- Trait for Laravel console command
Documentation:
[
3.x]
[
2.x]
[
1.x]
·
[
Changelog]
·