public function __construct()
 {
     parent::__construct();
     $log = new LoggerFactory();
     $this->logger = $log->create('GermaniaSacra', 'TYPO3\\Flow\\Log\\Logger', '\\TYPO3\\Flow\\Log\\Backend\\ConsoleBackend');
 }
 public function __construct(ContextFactoryInterface $contextFactory)
 {
     parent::__construct();
     $this->context = $contextFactory->create(array('workspaceName' => 'live'));
 }