Function FirePHP->setLogToInsightConsole

Definitions

sources/firephp.php

  • Set an Insight console to direct all logging calls to
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$console object No No required parameter N/A N/A The console object to log to

Returns

  • Type: void
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Set an Insight console to direct all logging calls to
 *
 * @param  object $console The console object to log to
 * @return void
 */

public function setLogToInsightConsole($console)