添加monolog到网站symfony 2

时间:2013-05-07 08:12:47

标签: php symfony

我想在我的symfony网站上使用monmon。

实际上我将这些行添加到我的控制器的动作中,以便保存所发生的每一个动作,即点击按钮,更改数据库......

public function indexAction()
{
    $logger = $this->get('logger');
    $logger->info('I just got the logger');
    $logger->err('An error occurred');

    // ...
}

but I don't know where to find the output and how even to make the first steps with monolog.

有人可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

这将在日志文件中记录消息:

app/logs/prod.log
app/logs/dev.log

基本上:app / logs / your_environment.log