Back to Log class

Method __construct

protected
__construct
()
Constructor.
Since
  • 1.7.0
Class: Log
Project: Joomla

Method __construct - Source code

/**
 * Constructor.
 *
 * @since   1.7.0
 */
protected function __construct()
{
    $this->loggerRegistry = new LoggerRegistry();
}