info
symfony/var-dumper
The
info
function will write information to your application's
log
:
<?php info
(
'Some helpful information!'
);