Page MenuHomePhabricator

function phlog($value, ...)
libphutil Technical Documentation (Errors)

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$valueAny value you want printed to the error log or other registered logs/consoles.
...Other values to be logged.
Return
wildPassed $value.