public function testLoggerDebug()
 {
     $logger = new OutputLogger(new NullOutput());
     $this->assertEmpty($logger->log("Test", $logger->setDebug()));
 }