Download the PHP package linwanfeng/think-seaslog without Composer
On this page you can find all versions of the php package linwanfeng/think-seaslog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download linwanfeng/think-seaslog
More information about linwanfeng/think-seaslog
Files in linwanfeng/think-seaslog
Download linwanfeng/think-seaslog
More information about linwanfeng/think-seaslog
Files in linwanfeng/think-seaslog
Vendor linwanfeng
Package think-seaslog
Short Description SeasLog extend for thinkphp5.1
License Apache-2.0
Package think-seaslog
Short Description SeasLog extend for thinkphp5.1
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package think-seaslog
think-seaslog
ThinkPHP 5.0 SeasLog 日志扩展
安装
composer require linwanfeng/think-seaslog
配置
日志配置文件的type参数设置为 seaslog
目前仅支持的配置参数
参数 | 描述 |
---|---|
path | 基础目录 |
logger | 设置logger名称 |
json | 是否使用JSON格式 |
由于目前seaslog不支持动态配置,因此其它配置请在php.ini 中配置。
注意:如果开启JSON格式记录,请务必设置default_template参数 仅记录日志内容
seaslog.default_template = "%M"
关于SeasLog的更多使用参考php手册中的SeasLog章节
All versions of think-seaslog with dependencies
PHP Build Version
Package Version
The package linwanfeng/think-seaslog contains the following files
Loading the files please wait ....