当前位置:  开发笔记 > 编程语言 > 正文

Symfony记录

如何解决《Symfony记录》经验,为你挑选了1个好方法。

在Java中,我使用log4J作为日志框架.在Log4j中,您可以执行以下操作:

if (log.isDebug()) {
  // do some expensive operation that should only be displayed if DEBUG is turned on
}

阅读一些Symfony示例,我无法找到确定是否在当前类上下文中激活DEBUG日志记录的方法.有没有办法做到这一点?

if (--need something here--) {
  $this->logMessage('Expensive operation return value: '.expensiveFunction(), 'debug');
}

ax... 5

就像是

$this->getLogger()->getLogLevel() == sfLogger::DEBUG

应该做.



1> ax...:

就像是

$this->getLogger()->getLogLevel() == sfLogger::DEBUG

应该做.

推荐阅读
郑小蒜9299_941611_G
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有