Skip to content

v1.1.0

Choose a tag to compare

@rammewerk rammewerk released this 21 Nov 22:37
· 5 commits to main since this release

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.