ThinkOrm日志记录插件,安装即用

saithink

简介

thinkorm-log是基于webman下使用thinkorm记录日志的工具,能够记录日志到文件,并且支持打印到控制台,在config里面配置即可开启和关闭

安装

composer require saithink/thinkorm-log

使用

基础配置:config/plugin/saithink/thinkorm-log/app.php

return [
    // 是否启用日志记录
    'enable' => true,
    // 是否输出到控制台
    'console'   => false,
    // 是否记录到日志文件
    'file'  => true,
];

效果图

打印到控制台

截图

记录到日志文件

截图

721 8 5
8个评论

linweixin

前排点赞 火钳留名,很有用

  • 暂无评论
Tinywan

6666

  • 暂无评论
water2023

哈哈哈 好!

  • 暂无评论
晚安。

不错

  • 暂无评论
forwebreg

装了好像没起作用

  • saithink 29天前

    要开启,默认是输出到log日志,如果要输出到控制台,要在配置里面开启

  • forwebreg 29天前

    全都配置true了 但是还是没有输出 不知道是哪里搞得不对

  • forwebreg 29天前

    start里dump也看到确实是启动了

  • huihui14569 28天前

    要在config/thinkorm.php的链接配置
    // 关闭SQL监听日志
    'trigger_sql' => true,
    这个配置要设为true

  • forwebreg 28天前

    感谢

suoxin

6666

  • 暂无评论
suoxin

6666

  • 暂无评论
changup

老大,只记录select,update的没有记录?怎么破解啊

  • changup 12天前

    是版本不匹配,感谢
    "webman/think-orm": "^1.1",这个以前是1.0
    "require": {
    "php": ">=7.2",
    "workerman/webman-framework": "1.4.3",
    "monolog/monolog": "^2.0",
    "topthink/think-template": "^2.0",
    "topthink/think-validate": "^2.0",
    "topthink/think-orm": "2.0.62",
    "workerman/crontab": "^1.0",
    "webman/push": "^1.0",
    "webman/console": "1.0.27",
    "webman/think-orm": "^1.1",
    "webman/log": "1.0.1",
    "saithink/thinkorm-log": "^1.0"
    },

  • saithink 11天前

    1.1不能用吗?

  • changup 5天前

    反正不写,我就换了下版本,就好了

saithink

590
积分
0
获赞数
0
粉丝数
2023-02-22 加入
×
🔝