refactor Thelia logger

This commit is contained in:
Manuel Raynaud
2013-01-19 10:23:18 +01:00
parent 99092c27f2
commit b493d950f0
7 changed files with 91 additions and 123 deletions

View File

@@ -74,6 +74,9 @@ class Parser implements ParserInterface
{
$this->loadParser();
\Thelia\Log\Tlog::instance()->debug("tutu");
return $this->content;
}