Removed ThreadedFactory

This commit is contained in:
Shoghi Cervantes
2015-09-18 11:18:41 +02:00
parent 8768b7fdbd
commit 472fcfa4c7
7 changed files with 7 additions and 8 deletions

View File

@ -48,7 +48,7 @@ class MainLogger extends \AttachableThreadedLogger{
touch($logFile);
$this->logFile = $logFile;
$this->logDebug = (bool) $logDebug;
$this->logStream = \ThreadedFactory::create();
$this->logStream = new \Threaded;
$this->start();
}