Releases: leafsphp/logger
Releases Β· leafsphp/logger
Release list
π² Timber
v5.0.1 - 13 Aug 2026
Added
- Log lines are mirrored into [Leaf Crash](https://leafphp.dev/docs/routing/error-handling) as breadcrumbs, so error reports show what your app logged on the way to a crash
- Added a full test suite covering levels, writers and formatting, run through Alchemy (logger's first)
Fixed
- Setting an invalid log level warns and keeps the previous level instead of misbehaving quietly
- LogWriter throws a RuntimeException when the log file is missing and createFile is false, replacing the fatal error (and keeping logger clean on PHP 8.4)
- Log writes append using the file pointer instead of rewriting the whole file, so production logs stay fast at any size. The old newest-first layout is available with log.mode: 'prepend' (thanks @ghosthi) for the report and design)
Changed
- Logger now requires PHP 8.2+
π² Timber
v5.0 - 12 Aug 2026
Added
- Log lines are mirrored into [Leaf Crash](https://leafphp.dev/docs/routing/error-handling) as breadcrumbs, so error reports show what your app logged on the way to a crash
- Added a full test suite covering levels, writers and formatting, run through Alchemy (logger's first)
Fixed
- Setting an invalid log level warns and keeps the previous level instead of misbehaving quietly
- LogWriter throws a RuntimeException when the log file is missing and createFile is false, replacing the fatal error (and keeping logger clean on PHP 8.4)
- Log writes append using the file pointer instead of rewriting the whole file, so production logs stay fast at any size. The old newest-first layout is available with log.mode: 'prepend' (thanks @ghosthi) for the report and design)
Changed
- Logger now requires PHP 8.2+
π£ Trail
v4.0 - 28 Feb 2025
Fixed
- Create missing logger files/folders on demand
π Diary
v2.0 - 10 Nov 2024
Changed
- No real changes, just updated version constraints
π BukkumΔku
v1.4.2 - 6 Nov 2024
Changed
- Fixed Leaf FS to v1
π BukkumΔku
π BukkumΔku
π Paper Card
v1.3.0 - 19 May 2023
Added
- Added scripts that run on Leaf init
π Paper tag
v1.2.0 - 2 Apr 2023
Changed
- Swapped Leaf Date for Tick
π Notebook '1'
v1.1.1 - 17 Sep 2022
Added
- Added support for multiple logging styles
Changed
- Updated dependency versions
- Updated typings for logger