test new loger and add some phpdoc

This commit is contained in:
Manuel Raynaud
2013-01-21 10:55:48 +01:00
parent ad17c5d99e
commit 02139a938d
3 changed files with 219 additions and 49 deletions

View File

@@ -44,7 +44,7 @@ class TlogDestinationText extends AbstractTlogDestination
public function add($texte)
{
echo $texte."\n";
echo trim($texte)."\n";
}
public function write(&$res)