调试模式下 \Think\Log' not found

浏览:5201 发布日期:2014/04/03 分类:求助交流
已开启
define('APP_DEBUG',True);

并配置
'LOG_RECORD'=>true,

但在控制器中使用
Think\Log::record('测试日志信息');
时出现错误信息
:(
Class 'Admin\Controller\Think\Log' not found
最佳答案
评论( 相关
后面还有条评论,点击查看>>