承接 itsaninho/logger 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

itsaninho/logger

Composer 安装命令:

composer require itsaninho/logger

包简介

create log file

README 文档

README

Logger package for Laravel

Installation

To install, run the following in your project directory:

$ composer require itsaninho/logger

Then in config/app.php add the following to the providers array:

\Itsaninho\Logger\LoggerServiceProvider::class,

Also in config/app.php, add the Facade class to the aliases array:

'Logger' => \Itsaninho\Logger\Facades\Logger::class,

Configuration

To publish Logger's configuration file, run the following vendor:publish command:

php artisan vendor:publish --provider="Itsaninho\Logger\LoggerServiceProvider"

Usage

Be sure to include the namespace for the class wherever you plan to use this library

use Itsaninho\Logger\Facades\Logger;

Add from ENV file:

#PATH_LOG - path where been save logfile, default value 'storage/logger' PATH_LOG=storage/logger #LOG_SAVE - time saving your logfile, defaul value 7 days LOG_SAVE=7

Example:

Logger::save(array('name' => 'sani', 'year' => '30'));

Create logfile in default path 'storage/logger' whith name date.json

date.json:

{ 'name' => 'sani', 'year' => '30' }

Route:

//get all log
Route::get('/logger');

//get all log by date
Route::get('/logger/{date?}');

//get all log by type
Route::get('/logger/{type}');

//get all log by type and date
Route::get('/logger/{type}/{date?}');

Methods:

Logger::save(data, ['mark']);
Logger::info(data, ['mark']);
Logger::danger(data, ['mark']);
Logger::success(data, ['mark']);

//data - data (line, number, boolean value, array, object)
//mark - text mark for filtering logs, optional parameter

Logger::request(['key']);
Logger::input(['key']);
Logger::json(['key']);
Logger::post(['key']);
Logger::get(['key']);
Logger::php(['key']);
Logger::server(['key']);
Logger::cookies(['key']);
Logger::headers(['key']);

//key - is an optional parameter that specifies a particular key from an array or object to be written

License

The MIT License (MIT). Please see License File for more information."# Logger" "# Logger"

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-01-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固