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

@ -85,4 +85,8 @@ abstract class Worker extends \Worker{
ThreadManager::getInstance()->remove($this);
}
public function getThreadName(){
return (new \ReflectionClass($this))->getShortName();
}
}