New console output formatting

This commit is contained in:
Shoghi Cervantes
2015-06-09 14:40:40 +02:00
parent ac2bcf7e30
commit 7cf5df7e46
7 changed files with 46 additions and 13 deletions

View File

@ -29,9 +29,6 @@ class CommandReader extends Thread{
/** @var \Threaded */
protected $buffer;
/**
* @param \Threaded $threaded
*/
public function __construct(){
$this->buffer = \ThreadedFactory::create();
$this->start();
@ -82,4 +79,8 @@ class CommandReader extends Thread{
$lastLine = microtime(true);
}
}
public function getThreadName(){
return "Console";
}
}