log4php的此方法Logger:: configure ($options);用于配置日志记录选项。要完全禁用log4php,$options参数应该是什么样子的?
发布于 2013-09-29 02:56:41
这对我来说很有效:
$options = array('threshold'=>'off'); Logger::configure($options);
https://stackoverflow.com/questions/18335399
相似问题