iglocska/monolog-init 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

iglocska/monolog-init

Composer 安装命令:

composer require iglocska/monolog-init

包简介

Very basic and light Dependency Injector Container for Monolog. Fork of Kamisama's monolog-init for MISP

关键字:

README 文档

README

Very basic and light Dependency Injector Container for Monolog

Helps create the following handler

  • Cube
  • RotatingFile
  • ChromePHP
  • Syslog
  • Socket
  • MongoDB
  • CouchDB
  • HipChat
  • PushOver
  • ZendMonitor
  • Stream
  • Redis

from 2 strings : <handlerName> <comma-separated list of arguments>

The second argument will be split, and pass to the handler __construct().

Usage

Download and include the MonologInit class in your code, or install it via Composer.

Usage example :

$logger = new MonologInit('Cube', 'udp://127.0.0.1:1080');

To pass more than one parameter, separate them with a comma

$logger = new MonologInit('Cube', 'udp://127.0.0.1:1080,0,1');

And use it like that :

$logger->getInstance()->addInfo('hi ! This is my first log');

Where to use

This container is usefull for creating remote log, for instance via CLI, where you can't pass object.

There is already a SymfonyBundle that does the same thing, but it's … very heavy.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 未知

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固