maleficarum / logger
Maleficarum logger component.
Installs: 45 866
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- php: ^7.2
- maleficarum/ioc: ^3.0
- monolog/monolog: ^1.21
This package is not auto-updated.
Last update: 2025-03-30 08:02:01 UTC
README
This is the Maleficarum Logger component. It uses monolog as it bases but provides initializers and builders for use in api/proxy/worker projects.
[3.0.0] - 2018-09-17
Changed
- Upgraded IoC component to version 3.x
- Removed repositories section from composer file
[2.0.0] - 2017-08-02
Changed
- Make use of nullable types provided in PHP 7.1 (http://php.net/manual/en/migration71.new-features.php)
[1.1.0] - 2017-07-27
Added
- Make it possible to set log message prefix
[1.0.0] - 2017-03-24
Added
- This is an initial release of the component - based on the code written by me and included inside the maleficarum API repository.