function phlog($value, ...)Arcanist Technical Documentation ()
function phlog($value, ...)
Arcanist Technical Documentation ()
libphutil log function for development debugging. Takes any argument and forwards it to registered listeners. This is essentially a more powerful version of error_log().
Parameters
wild | $value | Any value you want printed to the error log or other registered logs/consoles. |
... | Other values to be logged. |
Return
wild | Passed $value. |
- Defined
- src/error/phlog.php:13