frankenphp
91c553f3 - feat: add support for structured logging with the `frankenphp_log()` PHP function (#1979)

Commit
128 days ago
feat: add support for structured logging with the `frankenphp_log()` PHP function (#1979) As discussed in https://github.com/php/frankenphp/discussions/1961, there is no real way to pass a severity/level to any log handler offered by PHP that would make it to the FrankenPHP layer. This new function allows applications embedding FrankenPHP to integrate PHP logging into the application itself, thus offering a more streamlined experience. --------- Co-authored-by: Quentin Burgess <qutn.burgess@gmail.com> Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
Parents
Loading