Skip to content

Releases: rammewerk/error-handler

v1.2.0

30 Dec 21:47
Compare
Choose a tag to compare

Added JSON Line Logger as helper files to easily log exceptions. Optional usage.

Version 1.1.1

24 Nov 13:56
Compare
Choose a tag to compare

Removed JSON L logger from previous release as this shouldn't belong to this code as it was a specific implementation.

v1.1.0

21 Nov 22:37
Compare
Choose a tag to compare

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

27 Jun 19:10
Compare
Choose a tag to compare
v1.0.1

Updated readme

v1.0.0

13 Dec 09:35
Compare
Choose a tag to compare

Now ready for distribution.

v1.0-beta.1

12 Dec 23:00
Compare
Choose a tag to compare
v1.0-beta.1 Pre-release
Pre-release