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