saithink/thinkorm-log

基于webman开发的ThinkOrm日志记录插件

1.0.1 2024-10-18 01:35 UTC

This package is auto-updated.

Last update: 2025-02-18 02:21:48 UTC


README

ThinkOrm日志记录

基于 webman 使用ThinkOrm时的日志记录工具

安装

composer环境的安装命令如下

composer require saithink/thinkorm-log

安装之前确保已安装webman

配置文件

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

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