client() client(string $msg, boolean $eol = true) Write client output to debug log. Parameters string $msg Debug message. boolean $eol Output EOL?
info() info(string $msg) Write informational message to debug log. Parameters string $msg Debug message.
_write() _write(string $msg, string $pre = null) Write debug information to the output stream. Parameters string $msg Debug data. string $pre Prefix.