JLog::setInstance
Returns a reference to the a JLog object, only creating it if it doesn't already exist.
Note: This is principally made available for testing and internal purposes.
Signature
public function setInstance(JLog
$instance )
Parameters
-
$instance
- The logging object instance to be used by the static methods.
Returns
- void