Releases: rammewerk/error-handler
Releases · rammewerk/error-handler
v1.2.0
Version 1.1.1
Removed JSON L logger from previous release as this shouldn't belong to this code as it was a specific implementation.
v1.1.0
Added two helper functions:
saveExceptionToJsonL( Throwable $e, string $file_path ): void
Which accepts an exception and a path to a log file. The method will extract data from the exception and save this as a
JSON Line in the given file.
registerJsonl(string $file_path): void
Witch will simply add the saveExceptionToJsonL
to the log que.
Minor update
v1.0.1 Updated readme
v1.0.0
v1.0-beta.1
Initial beta release
Full Changelog: https://github.com/rammewerk/error-handler/commits/v1.0-beta.1