定制 fryiee/custom_log 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fryiee/custom_log

Composer 安装命令:

composer require fryiee/custom_log

包简介

A Custom Log class built on Monolog's Logger.

README 文档

README

A custom Log class based on Monolog's Logger.

Installation

composer require fryiee/custom_log

Add LOG_PATH to your .env.

The package assumes the following:

  • LOG_PATH=laravel will assume the same storage location as the Log facade using storage_path('logs')
  • LOG_PATH=some/path/ will use that path to store logs. e.g. ./custom_logs
  • LOG_PATH= will default to the packages' own location of fryiee/custom_log/logs

Adding LOG_DATE=true to your .env will allow your logs to be dated in the same way as core Laravel logs (Y-m-d format).

Usage

use Fryiee\CustomLog\Log;

...

Log::info('name', 'message');

The logger uses the name to generate the log file. You can also use slashes to set a nested location:

Log::info('nested/name', 'message'); // creates a file at logs/nested/name.log

统计信息

  • 总下载量: 73
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-09-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固