无法使用Log记录日志

浏览:2783 发布日期:2015/02/24 分类:求助交流 关键字: Log not found
<?php
namespace Admin\Controller;
use Think\Controller;
class IndexController extends Controller {
    public function index(){
        Log::record("me_me");
Class 'Admin\Controller\Log' not found
===============================
换成Think\Log::record("me_me"); 还是报错:
Class 'Admin\Controller\Think\Log' not found
最佳答案
评论( 相关
后面还有条评论,点击查看>>